/*
Theme Name: RD MedBeauty Clinic
Theme URI: https://rdmedbeauty.lt
Author: RD MedBeauty
Author URI: https://rdmedbeauty.lt
Description: Premium custom WordPress theme for RD MedBeauty Clinic — kosmetologijos klinika Vilniuje. Includes Home, Services, Pricing, About, Reviews, Gift Cards, Contact and Registration page templates with luxe design, gold accents, and full responsive layout.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rdmedbeauty
Tags: business, custom-menu, featured-images, translation-ready, responsive-layout
*/

/* Base WP overrides — the actual styles live in assets/css/main.css */
.alignleft  { float: left;  margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.screen-reader-text { position: absolute !important; clip: rect(1px,1px,1px,1px); width: 1px; height: 1px; overflow: hidden; }
/* ------------------------------------------------ */
/* Dovanų kupono sėkmės pranešimas */
/* ------------------------------------------------ */

.rdmb-success{
    background:#f7f3ea;
    border:1px solid #d6c39d;
    border-radius:16px;
    padding:22px;
    margin-bottom:30px;
    text-align:center;
    color:#5a4725;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.rdmb-success h3{
    margin:0 0 10px;
    font-size:24px;
    font-weight:600;
}

.rdmb-success p{
    margin:0;
    font-size:16px;
    line-height:1.7;
}
