html {
    height: -webkit-fill-available;
}

body {
    font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #fff;
    margin: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: auto;
}

.logo {
width: 200px;
height: auto;
}

.content h1 {
text-align: center;
margin-bottom: 40px;
font-size: 2.5em;
color: green;
}

.pharmacy-card {
margin-bottom: 20px;
text-align: center;
white-space: nowrap; /
}

.pharmacy-card h2 {
font-size: 1.8em;
margin: 15px 0;
color: #000000;
}

.pharmacy-card p {
color: #000000;
margin: 5px 0;
}

.btn-green {
background-color: #a8e6cf;
color: #fff;
border: none;
transition: background 0.3s, transform 0.3s;
margin-top: 10px;
}

.btn-green:hover {
background-color: #81c784;
transform: scale(1.05);
}

#map {
height: 400px;
margin-top: 20px;
margin-bottom: 20px;
}

.ymaps-layers-pane {
filter: hue-rotate(260deg);
-ms-filter: hue-rotate(260deg);
-webkit-filter: hue-rotate(260deg);
-moz-filter: hue-rotate(260deg);
-o-filter: hue-rotate(260deg);
}

.rounded-image {
border-radius: 15px;
width: 100%;
height: auto;
}

strong {
font-weight: 600;
}

.custom-list {
list-style: none;
padding: 0;
margin: 0;
}

.custom-list li {
position: relative;
padding-left: 30px;
margin-bottom: 10px;
font-family: Arial, sans-serif;
}

.custom-list li::before {
content: '';
position: absolute;
left: 0;
width: 20px;
height: 20px;
background-image: url('data:image/svg+xml;utf8,<svg fill="seagreen" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.285 6.709a1 1 0 00-1.414 0L9 17.58l-3.871-3.87a1 1 0 10-1.414 1.415l4.582 4.583a1 1 0 001.414 0l10.582-10.583a1 1 0 000-1.415z"/></svg>');
background-size: contain;
background-repeat: no-repeat;
}

.shadow-inner {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.x-small {
font-size: 0.7rem;
letter-spacing: 0.5px;
}

.uppercase {
text-transform: uppercase;
}

.rounded-lg {
border-radius: 0.6rem !important;
}

.popover {
background-color: #f8f9fa;
border: 1px solid #007bff;
border-radius: 0.5rem;
color: #333;
}

.popover-header {
background-color: #007bff;
color: white;
font-weight: bold;
}

:root {
--brand-light-green: #f4faf6;
--brand-green: #58b368;
--brand-dark-green: #2d5a35;
--brand-mint: #d1e7dd;
}

body { background-color: #ffffff; }

.text-brand-green { color: var(--brand-green) !important; }
.text-brand-dark { color: var(--brand-dark-green) !important; }
.bg-soft-green { background-color: var(--brand-light-green); }

.btn-brand {
background-color: var(--brand-green);
color: white;
border-radius: 50px;
padding: 12px 30px;
font-weight: 600;
transition: all 0.3s ease;
border: none;
text-decoration: none;
display: inline-block;
}
.btn-brand:hover {
background-color: var(--brand-dark-green);
color: white;
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(88, 179, 104, 0.3);
}

.glass-card {
background: rgba(255, 255, 255, 0.9);
backdrop-filter: blur(10px);
border: 1px solid rgba(0, 0, 0, 0.05) !important;
border-radius: 24px;
transition: all 0.3s ease;
}

.detail-box {
border-radius: 20px;
padding: 25px;
height: 100%;
background: white;
border-top: 5px solid var(--brand-green);
box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}

.address-tag {
background: white;
border: 1px solid var(--brand-mint);
padding: 8px 16px;
border-radius: 12px;
display: flex;
align-items: center;
font-size: 0.9rem;
color: #555;
transition: all 0.2s;
}

.custom-list {
list-style: none;
padding-left: 0;
}

.custom-list li {
position: relative;
padding-left: 35px;
margin-bottom: 12px;
line-height: 1.4;
}

.custom-list li::before {
font-family: "bootstrap-icons";
position: absolute;
left: 0;
top: 0;
width: 24px;
height: 24px;
border-radius: 6px;
display: flex;
align-items: center;
justify-content: center;
font-size: 0.8rem;
}

.list-check li::before { content: "\F26E"; background: #e8f5e9; color: #2e7d32; }
.list-star li::before { content: "\F588"; background: #e0f7fa; color: #00838f; }
.list-heart li::before { content: "\F417"; background: #fff8e1; color: #f9a825; }

.breadcrumb {
background-color: transparent !important;
}

.drug-item {
transition: all 0.2s ease;
border: 1px solid transparent !important;
}

.drug-item:hover {
transform: translateX(8px);
border-color: rgba(40,167,69,0.2) !important;
background: #fafffb;
}

.card-partner {
transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
border: none;
border-radius: 20px;
background: rgba(255, 255, 255, 0.7);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.3);
}

.card-partner:hover {
transform: translateY(-10px);
box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
background: #fff;
}

.card-partner img {
transition: transform 0.5s ease;
max-height: 160px;
object-fit: contain;
}

.card-partner:hover img {
transform: scale(1.05) rotate(-2deg);
}

.btn-partner {
border-radius: 50px;
font-weight: 600;
text-transform: uppercase;
font-size: 0.75rem;
letter-spacing: 1px;
}

.bg-gradient-page {
background: radial-gradient(circle at top right, #f0f9f1 0%, #ffffff 100%);
min-height: 80vh;
}

.transition-hover {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.transition-hover:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

.nav-pills .nav-link {
color: var(--brand-dark);
background: white; transition: 0.3s;
}

.nav-pills .nav-link.active {
background-color: var(--brand-green) !important;
color: white !important;
}

.vacancy-contact-box {
    width: 100%;
}
@media (min-width: 992px) {
    .vacancy-contact-box {
        width: auto;
    }
}

.border-info-top {
    border-top: 5px solid #0dcaf0 !important;
}

.border-warning-top {
    border-top: 5px solid #ffc107 !important;
}

.no-vacancies-icon {
    font-size: 5rem;
    color: #e9ecef;
}

.separator-line {
    height: 2px;
    width: 40px;
    background-color: #dee2e6;
}

.badge-fit-content {
    width: fit-content;
    display: block;
}

.feature-icon-circle {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
}

.recipe-card-img {
    max-width: 400px;
}

.cta-recipe-box {
    background: linear-gradient(135deg, #1a4d32 0%, #2d5a43 100%);
}

.icon-circle-60 {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.map-container-contacts {
    border-radius: 25px;
    border: 1px solid var(--brand-mint) !important;
    width: 100%;
    overflow: hidden;
}

.map-canvas-contacts {
    width: 100%;
    height: 400px;
    display: block;
    margin: 0;
    padding: 0;
}

.map-balloon-custom {
    padding: 10px;
}
.map-balloon-custom strong {
    color: #2c3e50;
}
.map-balloon-custom hr {
    margin: 5px 0;
}

a.text-brand-green {
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
}

a.text-brand-green:hover {
    opacity: 0.7 !important;
    text-decoration: underline !important;
    color: #10b981 !important;
}