.mobella-allino {
    color: #6f5376;
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
}

.mobella-allino a {
    color: #7b5a82;
    text-decoration: none;
}

.mobella-allino a:hover,
.mobella-allino a:focus {
    color: #5f3f67;
    text-decoration: none;
}

.map-profile-page {
    padding: 10px 0 20px;
}

.map-container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.map-book-row {
    margin-bottom: 18px;
    text-align: center;
}

.map-book-row-inner {
    display: flex;
    justify-content: center;
}

.map-book-button {
    width: 100%;
    max-width: 320px;
    display: inline-block;
    padding: 12px 20px;
    border: 1px solid #53a84a;
    background: #58b44b;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
}

.map-book-button:hover,
.map-book-button:focus {
    background: #4ca342;
    border-color: #4ca342;
    color: #ffffff !important;
}

.map-profile-top {
    display: grid;
    grid-template-columns: 256px 1fr 180px;
    gap: 30px;
    align-items: start;
    margin-bottom: 20px;
}

.map-profile-avatar {
    width: 256px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 256 / 384;
    display: block;
    border: 4px solid #7b5a82;
    box-sizing: border-box;
    object-fit: cover;
    box-shadow: 0 0 5px #7b5a82;
    border-radius: 5px;
}

.map-profile-avatar-placeholder {
    width: 100%;
    max-width: 256px;
    min-height: 256px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px solid #dddddd;
    background: #efefef;
    color: #777777;
    text-align: center;
    box-sizing: border-box;
}

.map-profile-title {
    margin: 10px 0 12px !important;
    color: #7b5a82 !important;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.map-rating-block h3 {
    margin: 0 0 8px !important;
    color: #7b5a82 !important;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}

.map-rating-stars {
    margin-bottom: 6px;
    color: #ffcc00;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 2px;
    text-shadow: 1px 1px #ffaa00;
}

.map-rating-text {
    color: #7b5a82;
    font-size: 14px;
}

.map-profile-badge-col {
    padding-top: 34px;
}

.map-profile-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.map-profile-badge-icon {
    display: block;
    width: auto;
    height: 64px;
}

.map-panel {
    margin: 20px 0 14px;
    border: 1px solid #dddddd;
    background: #ffffff;
}

.map-panel-body {
    padding: 18px 16px 16px;
}

.map-panel-body h3 {
    margin: 0 0 10px !important;
    color: #7c517a !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0;
}

.map-profile-text p {
    margin: 0 0 10px;
    color: #7b5a82;
}

.map-grid {
    display: grid;
    gap: 10px 20px;
}

.map-grid-areas {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.map-grid-treatments {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.map-area-item,
.map-treatment-item {
    color: #7b5a82;
    line-height: 1.45;
}

.map-treatment-item a {
    color: #7b5a82;
}

.map-treatment-item a:hover,
.map-treatment-item a:focus {
    color: #5f3f67;
}

.map-is-hidden {
    display: none;
}

.map-more-row {
    margin-top: 10px;
    grid-column: 1 / -1;
}

.map-more-treatments-button {
    display: inline-block;
    padding: 8px 14px;
    background: #7b5a82;
    color: #ffffff !important;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.3;
    text-decoration: none;
}

.map-more-treatments-button:hover,
.map-more-treatments-button:focus {
    background: var(--map-primary);
    color: #ffffff !important;
}

.map-table-wrap {
    overflow-x: auto;
}

.map-profile-blog-table {
    width: 100%;
    border-collapse: collapse;
    color: #7b5a82;
}

.map-profile-blog-table th,
.map-profile-blog-table td {
    border: 1px solid #dddddd;
    padding: 8px 10px;
    vertical-align: top;
    text-align: left;
}

.map-profile-blog-table th {
    color: #6f5376;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.map-width-200 {
    width: 200px;
}

.map-width-100 {
    width: 100px;
}

@media (max-width: 991px) {
    .map-profile-top {
        grid-template-columns: 220px 1fr;
    }

    .map-profile-badge-col {
        grid-column: 1 / -1;
        padding-top: 0;
    }

    .map-grid-areas,
    .map-grid-treatments {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .map-profile-top {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .map-profile-title {
        font-size: 22px;
    }

    .map-profile-avatar,
    .map-profile-avatar-placeholder {
        max-width: 100%;
    }

    .map-grid-areas,
    .map-grid-treatments {
        grid-template-columns: 1fr;
    }
}

.map-search-block {
    margin: 0 auto;
    padding: 6px 0 10px;
    width: 100%;
}

.map-search-title {
    display: none;
}

.map-search-form-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 16.6667% 25% 25% 16.6667% 16.6667%;
    column-gap: 28px;
    align-items: center;
    box-sizing: border-box;
}

.map-search-spacer {
    min-width: 0;
}

.map-search-col {
    min-width: 0;
}

.map-search-col label {
    display: block;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    white-space: nowrap;
}

.map-portal-tknl .map-search-col label,
.map-portal-ap .map-search-col label {
    color: #000;
}

.map-search-col input {
    width: 100%;
    height: 34px;
    min-height: 34px;
    padding: 6px 10px;
    border: 1px solid #d8d8d8;
    background: #f3f3f3;
    color: #666666;
    font-size: 14px;
    box-sizing: border-box;
}

.map-portal-tknl .map-search-col-button,
.map-portal-ap .map-search-col-button {
    margin-top: 24px;
}

.map-search-col input::placeholder {
    color: #bfbfbf;
}

.map-search-col-button {
    display: flex;
    align-items: end;
}

.map-search-submit {
    width: 100%;
    height: 34px;
    border: 0;
    background: var(--map-primary);
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0;
    padding: 0 16px;
}

.map-search-submit:hover,
.map-search-submit:focus {
    background: var(--map-primary);
}

.map-search-results-container {
    margin-top: 20px;
}

@media (max-width: 1100px) {
    .map-search-form-grid {
        grid-template-columns: 1fr 1fr 180px;
        column-gap: 20px;
    }

    .map-search-spacer {
        display: none;
    }
}

@media (max-width: 767px) {
    .map-search-form-grid {
        grid-template-columns: 1fr;
        row-gap: 14px;
    }

    .map-search-col label {
        white-space: normal;
    }

    .map-search-submit {
        width: 100%;
    }
}

/* === Search results === */

.map-search-results-block {
    margin-top: 30px;
}

.map-search-results-title {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
}

.map-search-filters {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.map-search-filter {
    padding: 8px 14px;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    color: #8d4f86;
    cursor: pointer;
    font-size: 14px;
}

.map-search-filter.is-active {
    background: #8d4f86;
    color: #ffffff;
    border-color: #8d4f86;
}

.map-search-results-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

.map-search-card {
    background: #f7f7f7;
    border-radius: 4px;
    overflow: hidden;
}

.map-search-card-content {
    padding: 18px 16px 16px;
    min-height: 460px;
    display: flex;
    flex-direction: column;
}

.map-search-card-content h3 {
    margin: 0 0 4px !important;
    color: #8d4f86 !important;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
}

.map-search-card-function {
    margin-bottom: 14px;
    color: #8d4f86;
    text-align: center;
}

.map-search-card-image-wrap {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.map-search-card-image {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.map-search-card-placeholder {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #e4e4e4;
    color: #777777;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.map-search-card-intro {
    color: #7c517a !important;
    line-height: 1.7;
    margin-bottom: 16px;
    min-height: 120px;
}

.map-search-card-marks {
    margin-bottom: 14px;
    color: #7c517a;
    text-align: center;
    min-height: 44px;
}

.map-search-card-actions {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.map-search-card-actions a {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.3;
}

.map-search-card-actions .map-button-secondary {
    background: #f3f3f3;
    border: 1px solid #cfcfcf;
    color: #333333 !important;
    text-decoration: none !important;
}

.map-search-card-actions .map-button-primary {
    background: var(--map-primary);
    border: 1px solid var(--map-primary);
    color: #ffffff !important;
    text-decoration: none !important;
}

.map-search-card-actions .map-button-secondary:hover,
.map-search-card-actions .map-button-secondary:focus {
    background: #ebebeb;
    color: #333333 !important;
}

.map-search-card-actions .map-button-primary:hover,
.map-search-card-actions .map-button-primary:focus {
    background: var(--map-primary);
    border-color: var(--map-primary);
    color: #ffffff !important;
}

@media (max-width: 1200px) {
    .map-search-results-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .map-search-results-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .map-search-results-grid {
        grid-template-columns: 1fr;
    }
}

.map-search-loading,
.map-search-error,
.map-search-empty {
    padding: 18px 20px;
    margin-top: 20px;
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    color: #6f5376 !important;
    text-align: center;
}

.map-search-card-badges {
    margin-top: auto;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.map-search-badge-icon {
    height: 32px;
    width: auto;
    display: block;
}

.map-profile-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.map-profile-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.map-profile-badge-icon {
    display: block;
    width: auto;
    height: 64px;
}

.map-search-card-badges {
    margin-top: auto;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.map-search-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.map-search-badge-icon {
    height: 40px;
    width: auto;
    display: block;
}

.map-search-card {
    background: #f7f7f7;
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
}

.map-search-card-content {
    padding: 18px 16px 16px;
    min-height: 505px;
    display: flex;
    flex-direction: column;
}

.map-search-card-image-wrap {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    flex-shrink: 0;
}

.map-search-card-intro {
    color: #7c517a;
    line-height: 1.7;
    margin-bottom: 16px;
    min-height: 120px;
}

.map-search-card-badges {
    min-height: 50px;
    margin-top: auto;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.map-search-card-actions {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.map-tooltip {
    position: absolute;
    z-index: 99999;
    max-width: 240px;
    padding: 8px 10px;
    background: rgba(40, 40, 40, 0.96);
    color: #ffffff;
    font-size: 12px;
    line-height: 1.4;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
    pointer-events: none;
    white-space: normal;
}

.map-tooltip::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 0;
    height: 0;
    margin-left: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(40, 40, 40, 0.96);
}

.map-tooltip.map-tooltip-bottom::after {
    bottom: auto;
    top: -6px;
    border-top: 0;
    border-bottom: 6px solid rgba(40, 40, 40, 0.96);
}

.map-profile-page-classic {
    background: #efedf1;
    padding: 24px 0 40px;
}

.map-profile-page-classic .map-container {
    max-width: 1180px;
}

.map-profile-hero {
    border: 1px solid #d6cfe0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    overflow: hidden;
}

.map-profile-hero-inner {
    padding: 28px 30px 20px;
    text-align: center;
    color: #ffffff;
}

.map-profile-hero-title {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
    color: #ffffff;
}

.map-profile-hero-subtitle {
    font-size: 18px;
    line-height: 1.3;
    color: #e9dff2;
}

.map-profile-top-classic {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 18px;
    margin-bottom: 24px;
}

.map-profile-photo-panel,
.map-profile-info-panel {
    background: #ffffff;
    border: 2px solid #7d5a9d;
}

.map-profile-photo-large {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.map-profile-photo-placeholder {
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    color: #777777;
}

.map-profile-info-panel {
    padding: 28px 24px;
    text-align: center;
}

.map-profile-rating-title {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 700;
    color: #222222;
}

.map-profile-rating-stars {
    font-size: 34px;
    line-height: 1;
    color: #f2b632;
    margin-bottom: 18px;
}

.map-profile-rating-number {
    font-size: 24px;
    color: #222222;
    vertical-align: middle;
}

.map-profile-badges-classic {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 14px;
}

.map-profile-badge-label {
    margin-bottom: 28px;
    font-size: 16px;
    font-weight: 700;
    color: #222222;
}

.map-profile-book-wrap {
    margin-top: 10px;
}

.map-profile-book-button-classic {
    display: inline-block;
    min-width: 210px;
    padding: 14px 22px;
    background: linear-gradient(180deg, #8c5aaa 0%, #70458b 100%);
    color: #ffffff !important;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.2;
    border-radius: 4px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
}

.map-profile-section,
.map-profile-card-section {
    margin-bottom: 26px;
}

.map-profile-section-title {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #3f2f68;
}

.map-profile-section-text {
    color: #2a2a2a;
    font-size: 16px;
    line-height: 1.6;
}

.map-treatments-table-wrap {
    overflow-x: auto;
    background: #ffffff;
    border: 1px solid #ddd6e8;
}

.map-treatments-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}

.map-treatments-table thead th {
    background: linear-gradient(90deg, #6f4890 0%, #9a6ab8 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 12px;
    text-align: left;
}

.map-treatments-table td {
    padding: 10px 12px;
    border-top: 1px solid #ece7f3;
    color: #2a2a2a;
    vertical-align: top;
}

.map-col-price {
    width: 110px;
    text-align: right;
    white-space: nowrap;
    font-weight: 600;
}

.map-profile-table-action {
    margin-top: 10px;
    text-align: right;
}

.map-more-treatments-button {
    display: inline-block;
    padding: 12px 18px;
    background: linear-gradient(180deg, #8c5aaa 0%, #70458b 100%);
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
}

.map-profile-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    margin-bottom: 12px;
}

.map-profile-contact-strip {
    margin: 28px 0;
    padding: 18px 22px;
    background: #e5deeb;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.map-profile-contact-item {
    text-align: center;
}

.map-profile-contact-icon {
    font-size: 30px;
    margin-bottom: 10px;
}

.map-profile-contact-text {
    font-size: 16px;
    line-height: 1.5;
    color: #2a2a2a;
}

.map-profile-blog-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border: 1px solid #ece7f3;
}

.map-profile-blog-table th,
.map-profile-blog-table td {
    padding: 10px 12px;
    border-top: 1px solid #ece7f3;
    text-align: left;
}

.map-profile-blog-table th {
    color: #3f2f68;
    font-weight: 700;
    background: #faf8fc;
}

@media (max-width: 991px) {
    .map-profile-top-classic {
        grid-template-columns: 1fr;
    }

    .map-profile-two-col {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .map-profile-contact-strip {
        grid-template-columns: 1fr;
    }

    .map-profile-photo-placeholder {
        min-height: 360px;
    }
}

@media (max-width: 767px) {
    .map-profile-page-classic {
        padding: 16px 0 28px;
    }

    .map-profile-hero-inner {
        padding: 20px 18px 16px;
    }

    .map-profile-hero-title {
        font-size: 24px;
    }

    .map-profile-hero-subtitle {
        font-size: 16px;
    }

    .map-profile-info-panel {
        padding: 20px 16px;
    }

    .map-profile-book-button-classic {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .map-profile-section-title {
        font-size: 18px;
    }

    .map-profile-section-text,
    .map-profile-contact-text {
        font-size: 15px;
    }
}

/* =========================================
   PROFILE PAGE - MOBELLA LOOK
========================================= */

.mobella-allino.map-profile-page {
    background: #ffffff;
    color: #2f2f2f;
    font-family: Arial, Helvetica, sans-serif;
}

.mobella-allino .map-container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 30px 20px 60px;
}

/* -------------------------
   Title bar
------------------------- */
.map-profile-hero-title {
    margin-bottom: 18px;
}

.map-profile-hero-title-inner {
    background: linear-gradient(90deg, #7a4aa1 0%, #b38ad4 100%);
    border: 1px solid #d7cbe4;
    box-shadow: 0 0 0 3px rgba(122, 74, 161, 0.08);
    border-radius: 6px;
    padding: 22px 20px 18px;
    text-align: center;
}

.map-profile-hero-title h1 {
    margin: 0 0 6px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.2px;
}

.map-profile-hero-subtitle {
    font-size: 17px;
    line-height: 1.3;
    color: rgba(255,255,255,0.92);
    font-weight: 400;
}

/* -------------------------
   Hero top row
------------------------- */
.mobella-allino.map-profile-page .map-profile-hero {
    display: flex;
    gap: 8px;
    align-items: stretch;
    min-height: 480px;
}

.mobella-allino.map-profile-page .map-profile-hero-photo,
.mobella-allino.map-profile-page .map-profile-hero-side {
    width: 50%;
}

.mobella-allino.map-profile-page .map-profile-hero-photo {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 1px solid #a586c0;
    min-height: 480px;
    align-self: stretch;
}

.mobella-allino.map-profile-page .map-profile-hero-side {
    background: #ffffff;
    border: 2px solid #8f68b1;
}

.mobella-allino.map-profile-page .map-profile-side-inner {
    min-height: 410px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 26px 28px 20px;
    text-align: center;
    box-sizing: border-box;
}

.mobella-allino.map-profile-page .map-profile-hero-photo-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
    background-color: #efefef;
}

.mobella-allino.map-profile-page .map-profile-avatar-placeholder {
    color: #777;
    font-size: 20px;
}

.map-profile-hero-side {
    background: #ffffff;
    border: 1px solid #8f68b1;
    min-height: 100%;
}

.map-profile-side-inner {
    height: 100%;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 34px 28px 28px;
    text-align: center;
}

.map-rating-block h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #1f1f1f;
}

.mobella-allino.map-profile-page .map-rating-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 18px;
}

.mobella-allino.map-profile-page .map-rating-stars {
    margin: 0;
    line-height: 1;
}

.mobella-allino.map-profile-page .map-rating-number {
    margin: 0;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.map-profile-badges {
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: center;
    width: 100%;
}

.map-profile-badge-item {
    text-align: center;
}

.map-profile-badge-image {
    max-width: 92px;
    max-height: 92px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto 12px;
}

.map-profile-badge-label {
    font-size: 16px;
    line-height: 1.4;
    color: #1d1d1d;
    font-weight: 700;
}

.map-profile-book-bottom {
    margin-top: auto;
    width: 100%;
    padding-top: 30px;
}

.map-book-button {
    display: inline-block;
    width: 100%;
    max-width: 245px;
    background: var(--map-primary);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    padding: 16px 24px;
    border-radius: 2px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.18);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.map-book-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 14px rgba(0,0,0,0.22);
    background: var(--map-primary);
}

/* -------------------------
   Sections
------------------------- */
.map-section {
    padding: 0;
    margin: 0;
}

.map-section-inner {
    padding: 34px 0 34px;
}

.map-section-white {
    background: #ffffff;
}

.map-section-tinted {
    background: var(--map-section-tinted);
}

.map-section-hero {
    padding-top: 34px;
    padding-bottom: 34px;
}

.map-section h2,
.map-section h3 {
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
}

.map-section h2 {
    font-size: 31px;
    line-height: 1.18;
    margin: 0 0 18px;
    font-weight: 700;
    letter-spacing: -0.2px;
}

.map-section h3 {
    font-size: 28px;
    line-height: 1.2;
    margin: 28px 0 14px;
    font-weight: 700;
    color: #111111;
}

.map-profile-text,
.map-section p,
.map-section li {
    font-size: 16px;
    line-height: 1.65;
    color: #2d2d2d;
}

.map-profile-text p {
    margin: 0 0 14px;
}

/* -------------------------
   Rates table
------------------------- */
.map-rates-table-wrap {
    border: 1px solid #d7cde0;
    background: var(--map-section-tinted);
}

.map-rates-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.map-rates-table thead th {
    background: var(--map-primary);
    color: #fff;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 12px;
    border: 1px solid #c6b2d8;
}

.map-rates-table td {
    border: 1px solid #d9d1e2;
    padding: 9px 12px;
    font-size: 15px;
    line-height: 1.4;
    background: #fff;
    vertical-align: top;
}

.map-rates-table .map-treatment-name {
    width: 40%;
}

.map-rates-table .map-treatment-price {
    width: 10%;
    text-align: right;
    white-space: nowrap;
    font-weight: 700;
}

.map-treatment-row.map-is-hidden {
    display: none;
}

.map-more-row {
    padding: 14px;
}

.map-more-row-right {
    text-align: right;
}

.map-more-treatments-button {
    display: inline-block;
    background: var(--map-primary);
    color: #fff !important;
    text-decoration: none !important;
    padding: 11px 20px;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 2px;
    cursor: pointer;
}

/* -------------------------
   Two columns
------------------------- */
.map-two-col {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.map-two-col-item {
    width: 50%;
}

/* -------------------------
   Contact strip
------------------------- */
.map-contact-strip {
    display: flex;
    background: var(--map-section-tinted);
    margin: 0;
    padding: 26px 30px;
    gap: 24px;
}

.map-contact-strip-item {
    width: 33.333%;
    text-align: center;
}

.map-contact-icon {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 10px;
}

.map-contact-text {
    font-size: 15px;
    line-height: 1.55;
    color: #2d2d2d;
}

/* -------------------------
   Blog table
------------------------- */
.map-table-wrap {
    overflow-x: auto;
}

.map-profile-blog-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #e3dbe9;
}

.map-profile-blog-table th,
.map-profile-blog-table td {
    padding: 12px 14px;
    border: 1px solid #e3dbe9;
    text-align: left;
    font-size: 14px;
}

.map-profile-blog-table th {
    background: #f7f2fa;
    color: var(--map-primary);
    font-weight: 700;
}

.map-width-200 {
    width: 200px;
}

.map-width-100 {
    width: 100px;
}

/* -------------------------
   Responsive
------------------------- */
@media (max-width: 900px) {
    .map-profile-hero {
        flex-direction: column;
    }

    .map-profile-hero-photo,
    .map-profile-hero-side {
        width: 100%;
    }

    .map-profile-hero-side {
        border-left: 1px solid #8f68b1;
    }

    .map-profile-side-inner {
        min-height: auto;
    }

    .map-two-col,
    .map-contact-strip {
        flex-direction: column;
    }

    .map-two-col-item,
    .map-contact-strip-item {
        width: 100%;
    }

    .map-rates-table {
        font-size: 14px;
    }

    .map-profile-hero-title h1 {
        font-size: 24px;
    }
}

@media (max-width: 640px) {
    .mobella-allino .map-container {
        padding: 20px 14px 40px;
    }

    .map-profile-hero-title-inner {
        padding: 18px 14px 16px;
    }

    .map-profile-hero-title h1 {
        font-size: 22px;
    }

    .map-profile-hero-subtitle {
        font-size: 15px;
    }

    .map-rating-stars {
        font-size: 30px;
    }

    .map-rating-number {
        font-size: 24px;
    }

    .map-section-inner {
        padding: 26px 0;
    }

    .map-section h2 {
        font-size: 20px;
    }

    .map-section h3 {
        font-size: 18px;
    }

    .map-rates-table td,
    .map-rates-table th {
        font-size: 13px;
        padding: 8px 8px;
    }
}

.map-section {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
}

.map-section-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 34px 20px;
    box-sizing: border-box;
}

.map-contact-strip {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    background: var(--map-section-tinted);
}

.map-contact-strip-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 26px 20px;
    display: flex;
    gap: 24px;
    box-sizing: border-box;
}

.map-profile-hero-title {
    margin-bottom: 18px;
    padding: 1px;
    background: #d9cfdf;
    border-radius: 7px;
    box-shadow: 0 0 0 0 rgba(122, 74, 161, 0.08);
}

.map-profile-hero-title-inner {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    padding: 36px;
    border-radius: 6px;
}

.map-profile-hero-title-inner::before {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 5px;
    background:
            radial-gradient(120% 80% at 95% 15%, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0) 35%),
            radial-gradient(80% 120% at 0% 20%, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0) 40%),
            linear-gradient(90deg, var(--map-primary) 0%, var(--map-secondary) 100%);
    z-index: 0;
}

.map-profile-hero-title-inner::after {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 5px;
    background:
            radial-gradient(90% 40% at 85% 25%, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0) 60%),
            radial-gradient(120% 60% at 15% 50%, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0) 65%);
    z-index: 0;
    pointer-events: none;
}

.map-profile-hero-title h1,
.map-profile-hero-subtitle {
    position: relative;
    z-index: 1;
}

.map-rates-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.map-rates-table td,
.map-rates-table th {
    border-top: 1px solid #d9d1e2;
    border-bottom: 1px solid #d9d1e2;
    border-left: 0;
    border-right: 0;
}

.map-rates-table tbody td:nth-child(2),
.map-rates-table tbody td:nth-child(4) {
    border-left: 0 !important;
    border-right: 0 !important;
}

.map-rates-table tbody td:nth-child(1),
.map-rates-table tbody td:nth-child(3) {
    border-right: 0 !important;
}

.map-rates-table tbody td:nth-child(3),
.map-rates-table thead th:nth-child(2) {
    border-left: 1px solid #d9d1e2 !important;
}

.map-contact-icon img {
    display: block;
    width: 54px;
    height: 54px;
    object-fit: contain;
    margin: 0 auto 10px;
}

.map-profile-hero-side {
    background: #ffffff;
    border: 2px solid #8f68b1;
}

.map-profile-side-inner {
    min-height: 410px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 26px 28px 20px;
    text-align: center;
    box-sizing: border-box;
}

.map-rating-block h3 {
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: #111111;
}

.map-rating-stars {
    font-size: 42px;
    line-height: 1;
    color: #f2b632;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.map-rating-number {
    font-size: 26px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 22px;
}

.map-profile-book-bottom {
    margin-top: auto;
    width: 100%;
    padding-top: 24px;
}

.map-book-button {
    display: inline-block;
    width: 100%;
    max-width: 255px;
    background: var(--map-primary);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 400;
    padding: 16px 24px;
    border-radius: 2px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.18);
}

.map-two-col-item h3 {
    font-size: 30px;
    line-height: 1.18;
    margin: 0 0 18px;
    font-weight: 700;
    color: #111111;
}

.map-two-col-item p,
.map-two-col-item .map-profile-text {
    font-size: 18px;
    line-height: 1.55;
    color: #222222;
}

/* =========================================
   MOBILE FINAL FIXES
========================================= */
@media (max-width: 767px) {
    .mobella-allino.map-profile-page .map-profile-hero {
        flex-direction: column;
        gap: 12px;
        min-height: 0;
    }

    .mobella-allino.map-profile-page .map-profile-hero-photo,
    .mobella-allino.map-profile-page .map-profile-hero-side {
        width: 100%;
        flex: 0 0 auto;
    }

    .mobella-allino.map-profile-page .map-profile-hero-photo {
        min-height: 320px;
    }

    .mobella-allino.map-profile-page .map-profile-side-inner {
        min-height: 0;
        width: 100%;
    }
}


/* =========================================
   PROFILE HERO - smaller width + centered badges
========================================= */

.mobella-allino.map-profile-page .map-profile-hero {
    width: 60%;
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    gap: 24px;
    align-items: stretch;
    min-height: 480px;
}

.mobella-allino.map-profile-page .map-profile-hero-photo,
.mobella-allino.map-profile-page .map-profile-hero-side {
    width: calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
}

.mobella-allino.map-profile-page .map-profile-hero-photo {
    min-height: 480px;
}

.mobella-allino.map-profile-page .map-profile-hero-side {
    display: flex;
}

.mobella-allino.map-profile-page .map-profile-side-inner {
    width: 100%;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 26px 28px 20px;
    text-align: center;
    box-sizing: border-box;
}

/* badgeblok precies tussen rating en knop zetten */
.mobella-allino.map-profile-page .map-profile-badges {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-top: auto;
    margin-bottom: auto;
}

/* badge item netjes naast elkaar */
.mobella-allino.map-profile-page .map-profile-badge-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    min-width: 90px;
    max-width: 180px;
}

.mobella-allino.map-profile-page .map-profile-badge-image {
    max-width: 92px;
    max-height: 92px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}

.mobella-allino.map-profile-page .map-profile-badge-label {
    font-size: 16px;
    line-height: 1.35;
    color: #1d1d1d;
    font-weight: 700;
}

.mobella-allino.map-profile-page .map-profile-book-bottom {
    width: 100%;
    padding-top: 0;
    margin-top: 0;
}

/* mobiel: weer gewoon volle breedte */
@media (max-width: 767px) {
    .mobella-allino.map-profile-page .map-profile-hero {
        width: 100%;
        max-width: none;
        flex-direction: column;
        gap: 12px;
        min-height: 0;
    }

    .mobella-allino.map-profile-page .map-profile-hero-photo,
    .mobella-allino.map-profile-page .map-profile-hero-side {
        width: 100%;
        flex: 0 0 auto;
    }

    .mobella-allino.map-profile-page .map-profile-hero-photo {
        min-height: 320px;
    }

    .mobella-allino.map-profile-page .map-profile-side-inner {
        min-height: 0;
    }

    .mobella-allino.map-profile-page .map-profile-badges {
        margin-top: 20px;
        margin-bottom: 20px;
        gap: 14px;
    }
}
/* =========================================
   HERO VIERKANT FOTO + GELIJKE HOOGTE BLOKKEN
========================================= */

.mobella-allino.map-profile-page .map-profile-hero {
    width: 60%;
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    gap: 24px;
    align-items: stretch;
    min-height: 0 !important;
}

.mobella-allino.map-profile-page .map-profile-hero-photo,
.mobella-allino.map-profile-page .map-profile-hero-side {
    width: calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
}

/* Foto bepaalt normaal de hoogte: halve hero-breedte => vierkant */
.mobella-allino.map-profile-page .map-profile-hero-photo {
    aspect-ratio: 1 / 1;
    min-height: 0 !important;
    height: auto !important;
    align-self: stretch;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

/* Rechter kolom stretcht mee met de foto */
.mobella-allino.map-profile-page .map-profile-hero-side {
    display: flex;
    align-self: stretch;
}

/* Geen kunstmatige minimumhoogte meer hier */
.mobella-allino.map-profile-page .map-profile-side-inner {
    width: 100%;
    min-height: 0 !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 26px 28px 20px;
    text-align: center;
    box-sizing: border-box;
}

/* badges */
.mobella-allino.map-profile-page .map-profile-badges {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    margin-top: auto;
    margin-bottom: auto;
}

.mobella-allino.map-profile-page .map-profile-badge-item {
    width: 110px;
    flex: 0 0 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.mobella-allino.map-profile-page .map-profile-badge-image {
    width: 72px;
    height: 72px;
    object-fit: contain;
    display: block;
    margin: 0 auto 8px;
}

.mobella-allino.map-profile-page .map-profile-badge-label {
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    min-height: 36px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.mobella-allino.map-profile-page .map-profile-book-bottom {
    width: 100%;
    padding-top: 0;
    margin-top: 0;
}

/* mobiel: onder elkaar en niet forceren */
@media (max-width: 767px) {
    .mobella-allino.map-profile-page .map-profile-hero {
        width: 100%;
        max-width: none;
        flex-direction: column;
        gap: 12px;
        min-height: 0 !important;
    }

    .mobella-allino.map-profile-page .map-profile-hero-photo,
    .mobella-allino.map-profile-page .map-profile-hero-side {
        width: 100%;
        flex: 0 0 auto;
    }

    .mobella-allino.map-profile-page .map-profile-hero-photo {
        aspect-ratio: auto;
        min-height: 320px !important;
    }

    .mobella-allino.map-profile-page .map-profile-side-inner {
        min-height: 0 !important;
        height: auto;
    }

    .mobella-allino.map-profile-page .map-profile-badges {
        margin-top: 20px;
        margin-bottom: 20px;
        gap: 14px;
    }
}
/* =========================================
   READ MORE
========================================= */

.map-readmore {
    position: relative;
}

.map-readmore-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.map-readmore.is-collapsed .map-readmore-content {
    /* wordt via JS ingesteld */
}

/* =========================================
   READ MORE BUTTON STYLE
========================================= */

.map-readmore {
    position: relative;
}

.map-readmore-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.map-readmore-actions {
    margin-top: 12px;
    text-align: right;
}

.map-readmore-toggle {
    display: inline-block;
    padding: 10px 16px;
    background: var(--map-primary);
    color: #ffffff !important;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    text-decoration: none !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.map-readmore-toggle:hover,
.map-readmore-toggle:focus {
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.18);
    outline: none;
}
/* =========================================
   MOBILE RATES TABLE - FINAL
========================================= */
@media (max-width: 767px) {
    .mobella-allino.map-profile-page .map-rates-table-wrap {
        overflow: visible;
    }

    .mobella-allino.map-profile-page .map-rates-table {
        display: block;
        width: 100%;
        table-layout: auto;
        border-collapse: collapse;
    }

    .mobella-allino.map-profile-page .map-rates-table thead {
        display: none;
    }

    .mobella-allino.map-profile-page .map-rates-table tbody {
        display: block;
        width: 100%;
    }

    .mobella-allino.map-profile-page .map-rates-table tbody tr {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        width: 100%;
        margin: 0;
        padding: 0;
        background: #ffffff;
        border-bottom: 1px solid #d9d1e2;
    }

    .mobella-allino.map-profile-page .map-rates-table tbody tr.map-is-hidden {
        display: none !important;
    }

    .mobella-allino.map-profile-page .map-rates-table tbody td {
        display: block;
        width: auto !important;
        min-width: 0;
        padding: 8px 10px;
        margin: 0;
        border: 0 !important;
        box-sizing: border-box;
        font-size: 13px;
        line-height: 1.35;
        vertical-align: top;
    }

    /* eerste behandeling links */
    .mobella-allino.map-profile-page .map-rates-table tbody td:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
        border-bottom: 1px solid #d9d1e2 !important;
    }

    /* eerste prijs rechts */
    .mobella-allino.map-profile-page .map-rates-table tbody td:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
        text-align: right;
        white-space: nowrap;
        font-weight: 700;
        border-bottom: 1px solid #d9d1e2 !important;
    }

    /* tweede behandeling links */
    .mobella-allino.map-profile-page .map-rates-table tbody td:nth-child(3) {
        grid-column: 1;
        grid-row: 2;
    }

    /* tweede prijs rechts */
    .mobella-allino.map-profile-page .map-rates-table tbody td:nth-child(4) {
        grid-column: 2;
        grid-row: 2;
        text-align: right;
        white-space: nowrap;
        font-weight: 700;
    }

    /* lege cellen niet tonen */
    .mobella-allino.map-profile-page .map-rates-table tbody td:empty {
        display: none;
    }
}

/* =========================================
   RATING STARS WITH HALF STARS
========================================= */

.mobella-allino.map-profile-page .map-rating-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 18px;
}

.mobella-allino.map-profile-page .map-rating-stars-wrap {
    position: relative;
    display: inline-block;
    line-height: 1;
    font-size: 42px;
    letter-spacing: 1px;
}

.mobella-allino.map-profile-page .map-rating-stars-base {
    color: #d9d1e2;
    line-height: 1;
}

.mobella-allino.map-profile-page .map-rating-stars-fill {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #f2b632;
    line-height: 1;
}

.mobella-allino.map-profile-page .map-rating-number {
    font-size: 26px;
    font-weight: 700;
    color: #111111;
    margin: 0;
    line-height: 1;
}

.mobella-allino.map-profile-page .map-rating-empty {
    font-size: 18px;
    line-height: 1.5;
    color: #7b5a82;
    text-align: center;
    margin-top: 8px;
}

/* =========================================
   RATING EMPTY STATE SPACING
========================================= */

/* lege beoordeling iets compacter en netter */
.mobella-allino.map-profile-page .map-rating-empty {
    font-size: 16px;
    line-height: 1.45;
    color: #7b5a82;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 26px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}

/* als er géén sterren zijn, geef wat extra lucht richting badges */
.mobella-allino.map-profile-page .map-rating-block:has(.map-rating-empty) {
    margin-bottom: 12px;
}

/* badges iets lager als empty-state actief is */
.mobella-allino.map-profile-page .map-rating-block:has(.map-rating-empty) + .map-profile-badges,
.mobella-allino.map-profile-page .map-rating-block:has(.map-rating-empty) ~ .map-profile-badges {
    margin-top: 12px;
}

/* op bredere schermen mag de tekst iets compacter op minder regels */
@media (min-width: 768px) {
    .mobella-allino.map-profile-page .map-rating-empty {
        max-width: 300px;
    }
}
/* Zoekresultaten badges niet laten opblazen door Elementor */
.mobella-allino .map-search-card .map-search-badge-icon,
.mobella-allino .map-search-card-badges .map-search-badge-icon,
.mobella-allino .map-search-badge img,
.mobella-allino .map-search-card-badges img.map-search-badge-icon {
    width: auto !important;
    height: 40px !important;
    max-width: 64px !important;
    max-height: 40px !important;
    display: inline-block !important;
    object-fit: contain;
    vertical-align: middle;
    border: 0;
    box-shadow: none;
}