body.raovat1-beauty-profiles-single {
    --raovat1-beauty-page: #050916;
    --raovat1-beauty-surface: #0a1220;
    --raovat1-beauty-surface-2: #0f1929;
    --raovat1-beauty-surface-3: #121d30;
    --raovat1-beauty-text: #f7f3ff;
    --raovat1-beauty-muted: #a9adbb;
    --raovat1-beauty-soft: #73798d;
    --raovat1-beauty-accent: #ca75ff;
    --raovat1-beauty-accent-2: #7b3ff3;
    --raovat1-beauty-teal: #48d8c7;
    --raovat1-beauty-rose: #ff7ba8;
    --raovat1-beauty-border: rgba(202, 117, 255, 0.32);
    --raovat1-beauty-border-soft: rgba(255, 255, 255, 0.08);
    --raovat1-beauty-shadow: 0 18px 55px rgba(0, 0, 0, 0.34);
    --raovat1-beauty-radius: 8px;
    --raovat1-beauty-content-max: 1200px;
    background: var(--raovat1-beauty-page);
    overflow-x: clip;
}

body.raovat1-beauty-profiles-single.raovat1-theme-light,
body.raovat1-beauty-profiles-single.raovat1-theme-dark {
    background: var(--raovat1-beauty-page);
    color: var(--raovat1-beauty-text);
}

@supports not (overflow: clip) {
    body.raovat1-beauty-profiles-single {
        overflow-x: hidden;
    }
}

body.raovat1-beauty-profiles-single .elementor,
body.raovat1-beauty-profiles-single .elementor-section,
body.raovat1-beauty-profiles-single .elementor-element-raovat1beautyprofiles,
body.raovat1-beauty-profiles-single .elementor-element-raovat1beautyprofiles > .elementor-container,
body.raovat1-beauty-profiles-single .elementor-element-raovat1beautyprofiles .elementor-widget-wrap,
body.raovat1-beauty-profiles-single .elementor-element-raovat1beautyprofiles .elementor-widget,
body.raovat1-beauty-profiles-single .elementor-element-raovat1beautyprofiles .elementor-shortcode {
    background: var(--raovat1-beauty-page);
}

body.raovat1-beauty-profiles-single .elementor-section-boxed > .elementor-container {
    width: min(var(--raovat1-beauty-content-max), 100%);
    max-width: min(var(--raovat1-beauty-content-max), 100%);
}

body.raovat1-beauty-profiles-single .elementor-element-raovat1beautyprofiles {
    width: min(var(--raovat1-beauty-content-max), 100%);
    max-width: min(var(--raovat1-beauty-content-max), 100%);
    margin-right: auto;
    margin-left: auto;
}

body.raovat1-beauty-profiles-single .elementor-element-raovat1beautyprofiles > .elementor-container {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile * {
    box-sizing: border-box;
    letter-spacing: 0;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile {
    display: grid;
    width: 100%;
    margin: 18px auto 30px;
    gap: 24px;
    color: var(--raovat1-beauty-text);
    font-size: 15px;
    line-height: 1.45;
}

body.raovat1-beauty-profiles-single .raovat1-match-profile__native-report {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

body.raovat1-beauty-profiles-single .raovat1-match-profile__native-report .listivo-report-abuse-button {
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    border: 0;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile button,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile a {
    font: inherit;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile a {
    color: inherit;
    text-decoration: none;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__icon {
    display: block;
    width: 1em;
    height: 1em;
    flex: 0 0 auto;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__icon path,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__icon circle,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__icon rect {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__desktop-layout {
    display: grid;
    gap: 24px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__main,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__sidebar {
    min-width: 0;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__main {
    display: grid;
    gap: 18px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__hero {
    position: relative;
    min-width: 0;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__cover {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 190px;
    height: 190px;
    border: 1px solid var(--raovat1-beauty-border-soft);
    border-radius: var(--raovat1-beauty-radius);
    background: linear-gradient(120deg, #1c1028, #06111f 58%, #17283a);
    box-shadow: var(--raovat1-beauty-shadow);
    overflow: hidden;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__cover-placeholder {
    display: grid;
    place-items: center;
    color: rgba(247, 243, 255, 0.42);
    font-size: 46px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__cover-thumbnails {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    display: grid;
    width: 86px;
    gap: 8px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__cover-thumb {
    appearance: none;
    position: relative;
    display: block;
    width: 86px;
    height: 56px;
    padding: 0;
    overflow: hidden;
    color: #ffffff;
    background: rgba(4, 9, 20, 0.7);
    border: 1px solid rgba(207, 111, 255, 0.78);
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.34);
    cursor: pointer;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__cover-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__cover-thumb-more {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgba(0, 0, 0, 0.55);
    color: #ffffff;
    font-size: 24px;
    font-weight: 760;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__identity-row {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 18px;
    align-items: end;
    padding: 0 16px;
    margin-top: -58px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__avatar-frame {
    position: relative;
    z-index: 4;
    display: grid;
    width: 108px;
    height: 108px;
    margin: 0;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    background: var(--raovat1-beauty-surface-2);
    color: var(--raovat1-beauty-accent);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__avatar-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__avatar-placeholder {
    font-size: 34px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__avatar-stack {
    display: grid;
    width: 108px;
    gap: 10px;
    justify-items: center;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__language-controls {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    gap: 4px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__language-button {
    appearance: none;
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 30px;
    padding: 4px 2px;
    place-items: center;
    gap: 1px;
    color: var(--raovat1-beauty-accent);
    background: rgba(10, 18, 32, 0.82);
    border: 1px solid var(--raovat1-beauty-border);
    border-radius: 8px;
    box-shadow: 0 0 13px rgba(202, 117, 255, 0.2);
    cursor: pointer;
    overflow: hidden;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__language-button span {
    max-width: 100%;
    overflow: hidden;
    font-size: 7px;
    font-weight: 700;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__language-button .raovat1-beauty-profile__icon {
    width: 12px;
    height: 12px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__language-button:hover,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__language-button:focus-visible,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__language-button.is-active {
    color: #fff;
    border-color: rgba(202, 117, 255, 0.78);
    outline: 0;
    box-shadow: 0 0 0 1px rgba(202, 117, 255, 0.32), 0 0 18px rgba(202, 117, 255, 0.34);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__language-button.is-loading,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__language-button[aria-busy="true"] {
    pointer-events: none;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__language-button.is-loading::after,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__language-button[aria-busy="true"]::after {
    content: "";
    position: absolute;
    right: 8px;
    bottom: 4px;
    left: 8px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95), transparent);
    animation: raovat1-beauty-language-loading 0.9s ease-in-out infinite;
}

@keyframes raovat1-beauty-language-loading {
    0% {
        transform: translateX(-70%);
        opacity: 0.4;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateX(70%);
        opacity: 0.4;
    }
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__language-menu[hidden] {
    display: none;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__language-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 8;
    display: grid;
    min-width: 156px;
    padding: 8px;
    gap: 4px;
    background: rgba(8, 12, 24, 0.98);
    border: 1px solid rgba(87, 211, 255, 0.28);
    border-radius: 8px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__language-option {
    appearance: none;
    display: flex;
    align-items: center;
    min-height: 34px;
    padding: 0 10px;
    color: var(--raovat1-beauty-text);
    background: transparent;
    border: 0;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    cursor: pointer;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__language-option:hover,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__language-option:focus-visible {
    background: rgba(87, 211, 255, 0.12);
    outline: 0;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__translation-status {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__identity-copy {
    min-width: 0;
    padding-top: 64px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__identity-heading {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 0;
    min-width: 0;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__title {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0;
    color: var(--raovat1-beauty-text);
    font-size: 24px;
    font-weight: 740;
    line-height: 1.08;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__title-icon {
    display: grid;
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
    place-items: center;
    color: var(--raovat1-beauty-accent);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__title-icon .raovat1-beauty-profile__icon {
    width: 100%;
    height: 100%;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__favorite-shell,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__favorite-shell lst-favorite {
    display: grid;
    flex: 0 0 auto;
    width: 29px;
    height: 29px;
    place-items: center;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__favorite-shell {
    position: absolute;
    top: 82px;
    left: 39px;
    z-index: 7;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__favorite-button {
    padding: 0;
    border: 0;
    border-radius: 0;
    appearance: none;
    background: transparent;
    box-shadow: none;
    color: var(--raovat1-beauty-accent);
    cursor: pointer;
    filter: none;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__favorite-button .raovat1-beauty-profile__icon path {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__favorite-button:hover,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__favorite-button:focus-visible,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__favorite-button.is-active,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__favorite-button.listivo-social-icon--active {
    color: var(--raovat1-beauty-accent);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__favorite-button.is-active .raovat1-beauty-profile__icon path,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__favorite-button.listivo-social-icon--active .raovat1-beauty-profile__icon path {
    fill: currentColor;
    stroke: currentColor;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile--editing .raovat1-beauty-profile__favorite-shell {
    opacity: 0.42;
    pointer-events: none;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__title-text {
    min-width: 0;
    overflow-wrap: anywhere;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profile-id {
    display: inline-flex;
    align-items: center;
    width: max-content;
    gap: 5px;
    margin-bottom: 5px;
    color: rgba(232, 228, 241, 0.82);
    font-size: 10px;
    font-weight: 520;
    line-height: 1.1;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profile-id-icon {
    display: grid;
    flex: 0 0 auto;
    width: 12px;
    height: 12px;
    place-items: center;
    color: var(--raovat1-beauty-accent);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profile-id-icon .raovat1-beauty-profile__icon {
    width: 100%;
    height: 100%;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profile-id strong {
    font-size: 10px;
    font-weight: 520;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__identity-meta-row {
    display: grid;
    gap: 10px;
    align-items: start;
    min-width: 0;
    margin-top: 9px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__identity-meta-copy {
    min-width: 0;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__identity-stats {
    display: flex;
    align-self: end;
    justify-content: flex-end;
    gap: 8px;
    min-width: max-content;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__identity-stat-card {
    display: grid;
    align-content: center;
    justify-items: center;
    min-width: 56px;
    min-height: 54px;
    padding: 7px 9px;
    border: 1px solid rgba(202, 117, 255, 0.34);
    border-radius: 7px;
    background:
        linear-gradient(180deg, rgba(11, 16, 31, 0.88), rgba(8, 11, 22, 0.96)),
        rgba(13, 20, 35, 0.82);
    box-shadow:
        inset 0 0 18px rgba(202, 117, 255, 0.05),
        0 8px 22px rgba(0, 0, 0, 0.28);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__identity-stat-label {
    color: rgba(214, 212, 223, 0.74);
    font-size: 10px;
    font-weight: 430;
    line-height: 1.2;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__identity-stat-value {
    margin-top: 4px;
    color: var(--raovat1-beauty-text);
    font-size: 17px;
    font-weight: 460;
    line-height: 1;
    letter-spacing: 0;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profession,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profession-line,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profession-experience-row,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__professional-level,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__summary {
    margin: 0;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profession-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 0;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profession {
    color: var(--raovat1-beauty-accent);
    font-size: 18px;
    font-weight: 620;
    line-height: 1.15;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profession-experience-row {
    margin-top: 10px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profession-experience {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    gap: 5px;
    padding: 3px 9px;
    border: 1px solid rgba(202, 117, 255, 0.55);
    border-radius: 999px;
    background: rgba(36, 18, 54, 0.68);
    color: rgba(232, 228, 241, 0.82);
    font-size: 10px;
    font-weight: 500;
    line-height: 1.1;
    box-shadow:
        inset 0 0 14px rgba(202, 117, 255, 0.08),
        0 0 15px rgba(202, 117, 255, 0.1);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profession-experience-icon {
    display: grid;
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
    place-items: center;
    color: var(--raovat1-beauty-accent);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profession-experience-icon .raovat1-beauty-profile__icon {
    width: 100%;
    height: 100%;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__professional-level {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    color: var(--raovat1-beauty-muted);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__professional-level-skill,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__professional-level-id {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    gap: 8px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__professional-level-icon {
    display: grid;
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    place-items: center;
    color: var(--raovat1-beauty-accent);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__professional-level-icon .raovat1-beauty-profile__icon {
    width: 100%;
    height: 100%;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__professional-level-label {
    color: rgba(214, 212, 223, 0.8);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__professional-level-value {
    color: var(--raovat1-beauty-text);
    font-size: 12px;
    font-weight: 520;
    line-height: 1.2;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__identity-meta-divider {
    display: inline-block;
    width: 1px;
    height: 26px;
    background: rgba(191, 173, 224, 0.24);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__professional-level-id {
    color: rgba(232, 228, 241, 0.82);
    font-weight: 520;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__professional-level-id-icon {
    display: grid;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    place-items: center;
    border: 0;
    border-radius: 0;
    color: var(--raovat1-beauty-accent);
    background: transparent;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__professional-level-id-icon .raovat1-beauty-profile__icon {
    width: 16px;
    height: 16px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__professional-level-id strong {
    color: var(--raovat1-beauty-text);
    font-size: 12px;
    font-weight: 520;
    line-height: 1.1;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__summary {
    max-width: 760px;
    margin-top: 8px;
    color: var(--raovat1-beauty-muted);
    font-size: 15px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__business-location-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 920px;
    margin-top: 12px;
    padding: 12px 0;
    border-top: 1px solid rgba(202, 117, 255, 0.34);
    border-bottom: 1px solid rgba(202, 117, 255, 0.34);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__business-location-item {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 0 12px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__business-location-item:first-child {
    padding-left: 8px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__business-location-item + .raovat1-beauty-profile__business-location-item {
    border-left: 1px solid rgba(202, 117, 255, 0.42);
    padding-left: 24px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__business-location-icon {
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border: 1px solid rgba(202, 117, 255, 0.34);
    border-radius: 4px;
    color: var(--raovat1-beauty-accent);
    background: rgba(202, 117, 255, 0.08);
    box-shadow: none;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__business-location-icon .raovat1-beauty-profile__icon {
    width: 12px;
    height: 12px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__business-location-copy {
    display: block;
    min-width: 0;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__business-location-label,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__business-location-value {
    display: block;
    min-width: 0;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__business-location-label {
    color: var(--raovat1-beauty-muted);
    font-size: 9px;
    font-weight: 333;
    line-height: 1.3;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__business-location-value {
    margin-top: 3px;
    color: var(--raovat1-beauty-text);
    font-size: 12px;
    font-weight: 430;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__hero-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
    align-items: stretch;
    margin-top: 12px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__message-button,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__report-button,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__social-link,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__hero-book-button,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__add-own-button,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__sidebar-action,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__load-all,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__view-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    gap: 10px;
    border: 1px solid var(--raovat1-beauty-border);
    border-radius: 6px;
    color: var(--raovat1-beauty-text);
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__message-button,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__hero-book-button,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__add-own-button {
    border-color: rgba(202, 117, 255, 0.7);
    background: linear-gradient(90deg, #bb65fb 0%, #7b35ec 100%);
    box-shadow: 0 12px 30px rgba(124, 53, 236, 0.28);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__report-button,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__social-link,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__sidebar-action,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__load-all,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__view-all {
    background: rgba(11, 18, 32, 0.78);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__message-button,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__hero-book-button {
    min-width: 0;
    flex: 1 1 0;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__report-button,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__social-link {
    width: 52px;
    min-height: 50px;
    flex: 0 0 52px;
    color: var(--raovat1-beauty-accent);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__social-link--whatsapp {
    color: var(--raovat1-beauty-teal);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__social-link--phone {
    display: none;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__social-link--instagram {
    color: var(--raovat1-beauty-rose);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__message-button:hover,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__report-button:hover,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__social-link:hover,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__hero-book-button:hover,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__add-own-button:hover,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__sidebar-action:hover,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__load-all:hover,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__view-all:hover,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__message-button:focus-visible,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__report-button:focus-visible,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__social-link:focus-visible,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__hero-book-button:focus-visible,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__add-own-button:focus-visible,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__sidebar-action:focus-visible,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__load-all:focus-visible,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__view-all:focus-visible {
    border-color: rgba(202, 117, 255, 0.72);
    background-color: rgba(202, 117, 255, 0.12);
    transform: translateY(-1px);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__share-panel {
    padding: 12px;
    border: 1px solid var(--raovat1-beauty-border);
    border-radius: var(--raovat1-beauty-radius);
    background: var(--raovat1-beauty-surface);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__section-title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 14px;
    color: var(--raovat1-beauty-text);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-edit-panel .raovat1-beauty-profile__section-title {
    font-size: 12px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__section-title::after {
    content: "";
    height: 1px;
    flex: 1 1 auto;
    background: linear-gradient(90deg, rgba(202, 117, 255, 0.45), rgba(202, 117, 255, 0));
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-levels,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-set-section,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__details,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__gallery {
    min-width: 0;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-card {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    min-height: 56px;
    padding: 0 18px;
    border: 1px solid var(--raovat1-beauty-border-soft);
    border-radius: 6px;
    background: rgba(12, 20, 34, 0.82);
    color: var(--raovat1-beauty-muted);
    text-align: left;
}

button.raovat1-beauty-profile__contact-card {
    cursor: pointer;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-card .raovat1-beauty-profile__icon {
    color: var(--raovat1-beauty-accent);
    font-size: 24px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-card span {
    min-width: 0;
    font-size: 12px;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-card--revealed span {
    color: var(--raovat1-beauty-text);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-level-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-level-card {
    display: grid;
    grid-template-columns: 41px minmax(0, 1fr);
    align-items: center;
    min-height: 68px;
    padding: 12px 14px;
    border: 1px solid var(--raovat1-beauty-border-soft);
    border-radius: 7px;
    background: rgba(12, 20, 34, 0.82);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-level-icon {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: var(--raovat1-beauty-accent);
    font-size: 24px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-level-body {
    min-width: 0;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-level-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    color: var(--raovat1-beauty-muted);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-level-head strong {
    min-width: 0;
    overflow: hidden;
    color: #dedbe8;
    font-size: 14px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-level-head span {
    color: var(--raovat1-beauty-text);
    font-size: 14px;
    font-weight: 600;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-level-bars {
    display: grid;
    grid-template-columns: repeat(10, minmax(6px, 1fr));
    gap: 5px;
    margin-top: 8px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-level-bars span {
    display: block;
    height: 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-level-bars span.is-active {
    background: linear-gradient(90deg, #854aab, #9653ab);
    box-shadow: 0 0 12px rgba(202, 117, 255, 0.23);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings {
    display: grid;
    gap: 18px;
    padding: 20px 22px;
    border: 1px solid rgba(135, 154, 197, 0.2);
    border-radius: var(--raovat1-beauty-radius);
    background:
        radial-gradient(circle at 16% 10%, rgba(202, 117, 255, 0.12), transparent 26%),
        radial-gradient(circle at 88% 9%, rgba(72, 216, 199, 0.08), transparent 24%),
        linear-gradient(137deg, rgba(22, 20, 57, 0.88), rgba(4, 18, 36, 0.96) 54%, rgba(6, 13, 26, 0.98));
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.03),
        0 0 22px rgba(30, 103, 162, 0.1),
        0 0 16px rgba(202, 117, 255, 0.06);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings[data-raovat1-beauty-accordion-card] {
    cursor: pointer;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings[data-raovat1-beauty-accordion-card]:focus-visible {
    outline: 2px solid rgba(202, 117, 255, 0.72);
    outline-offset: 3px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-scale-wrap {
    display: grid;
    gap: 14px;
    min-width: 0;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 650;
    line-height: 1.1;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-title > .raovat1-beauty-profile__icon {
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    color: var(--raovat1-beauty-accent);
    filter: drop-shadow(0 0 10px rgba(202, 117, 255, 0.28));
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-title .raovat1-beauty-profile__skill-rankings-toggle {
    flex: 0 0 auto;
    margin-inline-start: -2px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-scale {
    position: relative;
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-scale::before {
    content: "";
    position: absolute;
    top: 9px;
    right: 4%;
    left: 4%;
    height: 3px;
    border-radius: 99px;
    background: linear-gradient(90deg, rgba(202, 117, 255, 0.72), rgba(202, 117, 255, 0.72), rgba(105, 120, 145, 0.28));
    box-shadow: 0 0 10px rgba(202, 117, 255, 0.12);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-scale li {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    gap: 8px;
    color: rgba(231, 225, 241, 0.56);
    font-size: 13px;
    font-weight: 500;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-scale li > span {
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(148, 160, 184, 0.46);
    border-radius: 50%;
    background: #121d30;
    box-shadow:
        inset 0 0 0 4px rgba(9, 16, 29, 0.96),
        0 0 8px rgba(0, 0, 0, 0.2);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-scale li.is-active,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-scale li.is-partial {
    color: rgba(255, 255, 255, 0.72);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-scale li.is-active > span,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-scale li.is-partial > span {
    border-color: var(--raovat1-beauty-accent);
    background: linear-gradient(135deg, #ca75ff, #b555e8);
    box-shadow:
        inset 0 0 0 4px rgba(19, 15, 35, 0.92),
        0 0 9px rgba(202, 117, 255, 0.42),
        0 0 16px rgba(202, 117, 255, 0.18);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-scale li.is-partial > span {
    background: linear-gradient(135deg, rgba(202, 117, 255, 0.76), rgba(78, 89, 114, 0.65));
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-average {
    display: grid;
    align-content: center;
    gap: 8px;
    min-width: 0;
    padding-top: 0;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-average > span {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.15;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-average strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    padding: 9px 12px;
    border: 1px solid rgba(202, 117, 255, 0.82);
    border-radius: var(--raovat1-beauty-radius);
    background:
        radial-gradient(circle at 35% 35%, rgba(202, 117, 255, 0.28), transparent 54%),
        rgba(39, 20, 57, 0.68);
    box-shadow:
        inset 0 0 18px rgba(202, 117, 255, 0.08),
        0 0 14px rgba(202, 117, 255, 0.14);
    color: #fff;
    font-size: 30px;
    font-weight: 460;
    line-height: 1;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-average small {
    color: #dec5ff;
    font-size: 18px;
    font-weight: 360;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-card {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    min-height: 82px;
    padding: 14px 16px;
    border: 1px solid rgba(135, 154, 197, 0.18);
    border-radius: var(--raovat1-beauty-radius);
    background:
        radial-gradient(circle at 24% 14%, rgba(202, 117, 255, 0.11), transparent 36%),
        linear-gradient(145deg, rgba(13, 29, 51, 0.9), rgba(8, 15, 28, 0.94));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-card-icon {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    color: var(--raovat1-beauty-accent);
    filter: drop-shadow(0 0 9px rgba(202, 117, 255, 0.24));
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-card-icon .raovat1-beauty-profile__icon {
    width: 25px;
    height: 25px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-card-body {
    display: grid;
    gap: 12px;
    min-width: 0;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-card-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-card-head strong {
    min-width: 0;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    font-weight: 560;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-card-head em {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 560;
    line-height: 1;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-card-bars {
    display: grid;
    grid-template-columns: repeat(10, minmax(5px, 1fr));
    gap: 5px;
    align-items: center;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-card-bars span {
    display: block;
    height: 6px;
    border-radius: 99px;
    background: rgba(93, 107, 132, 0.28);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-card-bars span.is-active {
    background: linear-gradient(90deg, #b94df2, #d46eff);
    box-shadow: 0 0 7px rgba(202, 117, 255, 0.16);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--client-work {
    margin-top: 12px;
    gap: 14px;
    padding: 16px;
    border-color: var(--raovat1-beauty-border);
    background: var(--raovat1-beauty-surface);
    box-shadow: none;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--client-work .raovat1-beauty-profile__skill-rankings-title {
    flex-wrap: nowrap;
    gap: 7px;
    font-size: clamp(13px, 1.15vw, 18px);
    font-weight: 430;
    line-height: 1.16;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--client-work .raovat1-beauty-profile__skill-rankings-title > .raovat1-beauty-profile__icon {
    width: 24px;
    height: 24px;
    filter: none;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--client-work .raovat1-beauty-profile__skill-rankings-title span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--client-work .raovat1-beauty-profile__skill-rankings-summary {
    gap: 12px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--client-work .raovat1-beauty-profile__skill-rankings-scale-wrap {
    gap: 10px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--client-work .raovat1-beauty-profile__skill-rankings-scale::before,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--client-work .raovat1-beauty-profile__skill-rankings-scale li > span,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--client-work .raovat1-beauty-profile__skill-rankings-scale li.is-active > span,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--client-work .raovat1-beauty-profile__skill-rankings-scale li.is-partial > span {
    box-shadow: none;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--client-work .raovat1-beauty-profile__skill-rankings-average {
    gap: 6px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--client-work .raovat1-beauty-profile__skill-rankings-average > span {
    font-size: 13px;
    font-weight: 400;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--client-work .raovat1-beauty-profile__skill-rankings-average strong {
    min-height: 42px;
    padding: 7px 10px;
    background: var(--raovat1-beauty-surface-2);
    box-shadow: none;
    font-size: 24px;
    font-weight: 440;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--client-work .raovat1-beauty-profile__skill-rankings-average small {
    font-size: 14px;
    font-weight: 340;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--client-work .raovat1-beauty-profile__skill-rankings-card {
    grid-template-columns: 32px minmax(0, 1fr);
    min-height: 70px;
    padding: 12px 14px;
    border-color: rgba(126, 93, 184, 0.42);
    background: var(--raovat1-beauty-surface-2);
    box-shadow: none;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--client-work .raovat1-beauty-profile__skill-rankings-card-head strong,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--client-work .raovat1-beauty-profile__skill-rankings-card-head em {
    font-weight: 460;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--client-work .raovat1-beauty-profile__skill-rankings-card-icon {
    width: 24px;
    height: 24px;
    filter: none;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--client-work .raovat1-beauty-profile__skill-rankings-card-icon .raovat1-beauty-profile__icon {
    width: 22px;
    height: 22px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--client-work .raovat1-beauty-profile__skill-rankings-card-body {
    gap: 8px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--client-work .raovat1-beauty-profile__skill-rankings-card-head strong {
    font-size: 13px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--client-work .raovat1-beauty-profile__skill-rankings-card-head em {
    font-size: 12px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--client-work .raovat1-beauty-profile__skill-rankings-card-bars {
    gap: 4px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--client-work .raovat1-beauty-profile__skill-rankings-card-bars span {
    height: 5px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--client-work .raovat1-beauty-profile__skill-rankings-card-bars span.is-active {
    box-shadow: none;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 14px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings {
    min-width: 0;
    margin-top: 0;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design {
    gap: 14px;
    padding: 16px;
    border-color: rgba(130, 99, 255, 0.48);
    background:
        radial-gradient(circle at 9% 12%, rgba(202, 117, 255, 0.17), transparent 25%),
        radial-gradient(circle at 88% 12%, rgba(73, 213, 150, 0.13), transparent 18%),
        linear-gradient(137deg, rgba(16, 18, 50, 0.96), rgba(5, 27, 49, 0.98) 56%, rgba(4, 10, 22, 0.98));
    box-shadow:
        inset 0 0 0 1px rgba(60, 163, 255, 0.18),
        0 0 0 1px rgba(202, 117, 255, 0.15),
        0 0 24px rgba(20, 83, 155, 0.18);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-summary {
    grid-template-columns: minmax(0, 1fr) 132px;
    gap: 14px;
    align-items: center;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-title {
    gap: 10px;
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 500;
    line-height: 1.18;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-title > .raovat1-beauty-profile__icon {
    width: 34px;
    height: 34px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings--client-work .raovat1-beauty-profile__skill-rankings-title {
    flex-wrap: nowrap;
    gap: 7px;
    font-size: clamp(13px, 1.15vw, 18px);
    font-weight: 430;
    line-height: 1.16;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings--contact-profession-lash-brow-services .raovat1-beauty-profile__skill-rankings-title {
    flex-wrap: nowrap;
    gap: 7px;
    font-size: clamp(13px, 1.15vw, 18px);
    font-weight: 430;
    line-height: 1.16;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings--client-work .raovat1-beauty-profile__skill-rankings-title > .raovat1-beauty-profile__icon {
    width: 24px;
    height: 24px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings--contact-profession-lash-brow-services .raovat1-beauty-profile__skill-rankings-title > .raovat1-beauty-profile__icon {
    width: 24px;
    height: 24px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings--client-work .raovat1-beauty-profile__skill-rankings-toggle {
    width: 18px;
    height: 18px;
    margin-inline-start: 0;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings--contact-profession-lash-brow-services .raovat1-beauty-profile__skill-rankings-toggle {
    width: 18px;
    height: 18px;
    margin-inline-start: 0;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings--client-work .raovat1-beauty-profile__skill-rankings-toggle .raovat1-beauty-profile__icon {
    width: 14px;
    height: 14px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings--contact-profession-lash-brow-services .raovat1-beauty-profile__skill-rankings-toggle .raovat1-beauty-profile__icon {
    width: 14px;
    height: 14px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-scale-wrap {
    gap: 10px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-average {
    min-height: 0;
    gap: 6px;
    padding-left: 10px;
    border-left: 1px solid rgba(191, 173, 224, 0.18);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-average > span {
    font-size: 12px;
    font-weight: 400;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-average strong {
    min-height: 38px;
    padding: 6px 8px;
    font-size: 22px;
    font-weight: 440;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-average small {
    font-size: 13px;
    font-weight: 340;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-summary,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-summary {
    grid-template-columns: minmax(0, 1fr) 68px;
    gap: 8px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-title,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-title {
    gap: 5px;
    font-size: clamp(13px, 1.05vw, 15px);
    font-weight: 400;
    line-height: 1.16;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-title span,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-title span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-title > .raovat1-beauty-profile__icon,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-title > .raovat1-beauty-profile__icon {
    width: 22px;
    height: 22px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-scale,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-scale {
    gap: 4px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-scale::before,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-scale::before {
    top: 7px;
    height: 2px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-scale li,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-scale li {
    gap: 5px;
    font-size: 10px;
    font-weight: 410;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-scale li > span,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-scale li > span {
    width: 15px;
    height: 15px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-average,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-average {
    gap: 0;
    padding-left: 6px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-average > span,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-average > span {
    display: none;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-average strong,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-average strong {
    min-height: 30px;
    padding: 4px 5px;
    font-size: 16px;
    font-weight: 390;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-average small,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-average small {
    font-size: 10px;
    font-weight: 320;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-toggle,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-toggle {
    width: 20px;
    height: 20px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-toggle .raovat1-beauty-profile__icon,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-toggle .raovat1-beauty-profile__icon {
    width: 14px;
    height: 14px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-toggle {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: rgba(238, 228, 255, 0.86);
    cursor: pointer;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-toggle .raovat1-beauty-profile__icon {
    width: 19px;
    height: 19px;
    transition: transform 0.18s ease;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings.is-collapsed .raovat1-beauty-profile__skill-rankings-toggle .raovat1-beauty-profile__icon {
    transform: none;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    max-height: none;
    overflow: visible;
    padding-right: 0;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-card {
    grid-template-columns: 30px minmax(0, 1fr);
    min-height: 64px;
    padding: 11px 12px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-card-icon,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-card-icon .raovat1-beauty-profile__icon {
    width: 22px;
    height: 22px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-card-body {
    gap: 8px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-card-head strong {
    font-size: 12px;
    font-weight: 460;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-card-head em {
    font-size: 11px;
    font-weight: 460;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-card-bars {
    gap: 4px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-card-bars span {
    height: 5px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-card,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-card {
    grid-template-columns: 20px minmax(0, 1fr);
    min-height: 50px;
    padding: 8px 9px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-card-icon,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-card-icon .raovat1-beauty-profile__icon,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-card-icon,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-card-icon .raovat1-beauty-profile__icon {
    width: 16px;
    height: 16px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-card-body,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-card-body {
    gap: 6px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-card-head,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-card-head {
    gap: 6px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-card-head strong,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-card-head strong {
    font-size: 10px;
    font-weight: 430;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-card-head em,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-card-head em {
    font-size: 9px;
    font-weight: 420;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-card-bars,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-card-bars {
    gap: 3px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-card-bars span,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-card-bars span {
    height: 4px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--panel {
    gap: 14px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--panel .raovat1-beauty-profile__skill-rankings-summary {
    grid-template-columns: minmax(0, 1fr) 112px;
    gap: 14px;
    align-items: center;
    padding-bottom: 2px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--panel .raovat1-beauty-profile__skill-rankings-title {
    gap: 8px;
    font-size: 15px;
    font-weight: 520;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--panel .raovat1-beauty-profile__skill-rankings-title > .raovat1-beauty-profile__icon {
    width: 19px;
    height: 19px;
    filter: drop-shadow(0 0 7px rgba(202, 117, 255, 0.22));
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--panel .raovat1-beauty-profile__skill-rankings-scale-wrap {
    gap: 10px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--panel .raovat1-beauty-profile__skill-rankings-scale {
    gap: 4px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--panel .raovat1-beauty-profile__skill-rankings-scale::before {
    top: 7px;
    height: 2px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--panel .raovat1-beauty-profile__skill-rankings-scale li {
    gap: 6px;
    font-size: 10px;
    font-weight: 400;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--panel .raovat1-beauty-profile__skill-rankings-scale li > span {
    width: 16px;
    height: 16px;
    border-width: 2px;
    box-shadow: inset 0 0 0 3px rgba(9, 16, 29, 0.96);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--panel .raovat1-beauty-profile__skill-rankings-average {
    min-height: 0;
    gap: 5px;
    padding-left: 14px;
    border-left: 1px solid rgba(191, 173, 224, 0.16);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--panel .raovat1-beauty-profile__skill-rankings-average > span {
    font-size: 11px;
    font-weight: 400;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--panel .raovat1-beauty-profile__skill-rankings-average strong {
    min-height: 36px;
    padding: 6px 8px;
    font-size: 20px;
    font-weight: 460;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--panel .raovat1-beauty-profile__skill-rankings-average small {
    font-size: 12px;
    font-weight: 360;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--panel .raovat1-beauty-profile__skill-rankings-grid {
    grid-template-columns: 1fr;
    gap: 9px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--panel .raovat1-beauty-profile__skill-rankings-card {
    grid-template-columns: 30px minmax(0, 1fr);
    min-height: 62px;
    padding: 10px 12px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--panel .raovat1-beauty-profile__skill-rankings-card-icon {
    width: 22px;
    height: 22px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--panel .raovat1-beauty-profile__skill-rankings-card-icon .raovat1-beauty-profile__icon {
    width: 20px;
    height: 20px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--panel .raovat1-beauty-profile__skill-rankings-card-body {
    gap: 8px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--panel .raovat1-beauty-profile__skill-rankings-card-head strong {
    font-size: 12px;
    font-weight: 460;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--panel .raovat1-beauty-profile__skill-rankings-card-head em {
    font-size: 11px;
    font-weight: 460;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--panel .raovat1-beauty-profile__skill-rankings-card-bars {
    grid-template-columns: repeat(10, minmax(4px, 1fr));
    gap: 4px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--panel .raovat1-beauty-profile__skill-rankings-card-bars span {
    height: 5px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__sidebar {
    display: grid;
    gap: 18px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__add-own-button {
    width: 100%;
    min-height: 68px;
    font-size: 18px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__sidebar-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__sidebar-action {
    min-height: 58px;
    padding: 0 14px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__sidebar-panel {
    border: 1px solid var(--raovat1-beauty-border);
    border-radius: var(--raovat1-beauty-radius);
    background: rgba(11, 18, 32, 0.78);
    box-shadow: 0 14px 42px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__sidebar-panel-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 42px;
    align-items: center;
    min-height: 62px;
    border-bottom: 1px solid var(--raovat1-beauty-border-soft);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__sidebar-tab,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__sidebar-collapse {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    gap: 8px;
    border: 0;
    background: transparent;
    color: var(--raovat1-beauty-muted);
    cursor: pointer;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__sidebar-tab {
    position: relative;
    padding: 0 4px;
    font-size: 13px;
    font-weight: 600;
}

body.raovat1-beauty-profiles-single button.raovat1-beauty-profile__sidebar-tab {
    font-size: 13px;
    font-weight: 600;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__sidebar-tab::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: transparent;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__sidebar-tab.is-active {
    color: var(--raovat1-beauty-accent);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__sidebar-tab.is-active::after {
    background: linear-gradient(90deg, var(--raovat1-beauty-accent), rgba(202, 117, 255, 0.18));
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__sidebar-collapse {
    color: #d8d4e4;
}

body.raovat1-beauty-profiles-single .is-collapsed .raovat1-beauty-profile__sidebar-collapse .raovat1-beauty-profile__icon,
body.raovat1-beauty-profiles-single .is-collapsed .raovat1-beauty-profile__skill-set-chevron .raovat1-beauty-profile__icon {
    transform: rotate(-90deg);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__sidebar-panel-body {
    padding: 24px 22px 18px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__sidebar-profile-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px 20px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__sidebar-profile {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 60px;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__sidebar-avatar {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(202, 117, 255, 0.88), rgba(72, 216, 199, 0.72));
    color: #08101c;
    font-size: 11px;
    font-weight: 675;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__sidebar-copy {
    display: grid;
    min-width: 0;
    gap: 2px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__sidebar-copy strong {
    overflow: hidden;
    color: var(--raovat1-beauty-text);
    font-size: 12px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__sidebar-copy span {
    overflow: hidden;
    color: var(--raovat1-beauty-muted);
    font-size: 11px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__view-all {
    width: 100%;
    min-height: 42px;
    margin-top: 18px;
    padding: 0 4px;
    border-color: transparent;
    color: var(--raovat1-beauty-accent);
    font-size: 13px;
    font-weight: 500;
    background: transparent;
}

body.raovat1-beauty-profiles-single button.raovat1-beauty-profile__view-all {
    font-size: 13px;
    font-weight: 500;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__section-rule {
    margin-bottom: 14px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-set-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-set-card {
    border: 1px solid var(--raovat1-beauty-border);
    border-radius: var(--raovat1-beauty-radius);
    background: rgba(11, 18, 32, 0.84);
    overflow: hidden;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-set-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 32px;
    gap: 12px;
    align-items: center;
    width: 100%;
    min-height: 62px;
    padding: 0 20px;
    border: 0;
    background: transparent;
    color: var(--raovat1-beauty-accent);
    text-align: left;
    cursor: pointer;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-set-title {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    gap: 12px;
    font-size: 12px;
    font-weight: 600;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-set-title span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-set-average {
    display: inline-grid;
    grid-template-columns: auto minmax(54px, 1fr);
    align-items: center;
    gap: 7px;
    min-width: 0;
    color: rgba(235, 229, 246, 0.9);
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-set-average-value {
    white-space: nowrap;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-set-average-bars {
    display: inline-grid;
    grid-template-columns: repeat(10, 5px);
    gap: 2px;
    align-items: center;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-set-average-bars span {
    display: block;
    width: 5px;
    height: 4px;
    border-radius: 99px;
    background: rgba(92, 106, 132, 0.28);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-set-average-bars span.is-active {
    background: rgba(199, 96, 244, 0.72);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-set-chevron {
    display: grid;
    justify-content: end;
    color: #e7d3ff;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-set-chevron .raovat1-beauty-profile__icon,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__sidebar-collapse .raovat1-beauty-profile__icon {
    transition: transform 160ms ease;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-set-body {
    display: grid;
    gap: 18px;
    padding: 0 20px 18px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    max-width: 100%;
    padding: 7px 15px;
    border: 1px solid var(--raovat1-beauty-border-soft);
    border-radius: 5px;
    background: rgba(17, 27, 45, 0.82);
    color: #d8d4e1;
    font-size: 10px;
    font-weight: 400;
    overflow-wrap: anywhere;
    text-align: center;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__load-all {
    width: 100%;
    min-height: 48px;
    color: var(--raovat1-beauty-accent);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__details {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__details--intro > .raovat1-beauty-profile__rich-panel {
    grid-column: 1 / -1;
    width: 100%;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profile-link-card {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: 21px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    width: 100%;
    min-width: 0;
    padding: 12px;
    border: 1px solid rgba(151, 161, 185, 0.22);
    border-radius: 8px;
    background: rgba(7, 13, 25, 0.9);
    box-shadow: none;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile--editing .raovat1-beauty-profile__profile-link-card {
    opacity: 0.42;
    filter: brightness(0.56) grayscale(0.18);
    pointer-events: none;
    user-select: none;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profile-link-icon {
    display: grid;
    width: 21px;
    height: 21px;
    place-items: center;
    border-radius: 50%;
    color: #f4efff;
    background: rgba(116, 119, 143, 0.32);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profile-link-icon .raovat1-beauty-profile__icon {
    width: 10px;
    height: 10px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profile-link-url {
    min-width: 0;
    overflow: hidden;
    color: rgba(240, 239, 249, 0.43);
    font-size: 9px;
    font-weight: 240;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profile-link-action {
    display: inline-flex;
    grid-column: 1 / -1;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 30px;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(240, 239, 249, 0.6);
    font: inherit;
    font-size: 9px;
    font-weight: 360;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile .raovat1-beauty-profile__profile-link-action {
    font-size: 9px;
    font-weight: 360;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile .raovat1-beauty-profile__profile-link-action > span {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profile-link-action .raovat1-beauty-profile__icon {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    color: var(--raovat1-beauty-accent);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profile-link-action--share {
    color: rgba(202, 117, 255, 0.86);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profile-link-action:hover,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profile-link-action:focus-visible {
    color: #fff;
    outline: 0;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__panel {
    padding: 18px;
    border: 1px solid var(--raovat1-beauty-border-soft);
    border-radius: var(--raovat1-beauty-radius);
    background: rgba(11, 18, 32, 0.78);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__about-card {
    padding: 18px 16px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__about-list {
    display: grid;
    gap: 18px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__about-item {
    position: relative;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 12px;
    min-width: 0;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__about-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 29px;
    bottom: -18px;
    left: 11px;
    width: 1px;
    background: linear-gradient(180deg, rgba(202, 117, 255, 0.42), rgba(202, 117, 255, 0.08));
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__about-icon {
    position: relative;
    z-index: 1;
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border: 1px solid rgba(202, 117, 255, 0.32);
    border-radius: 50%;
    color: var(--raovat1-beauty-accent);
    background: rgba(67, 29, 104, 0.56);
    box-shadow:
        inset 0 0 16px rgba(202, 117, 255, 0.14),
        0 0 18px rgba(202, 117, 255, 0.16);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__about-icon .raovat1-beauty-profile__icon {
    width: 12px;
    height: 12px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__about-copy {
    min-width: 0;
    padding-top: 0;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__about-copy .raovat1-beauty-profile__panel-title {
    margin-bottom: 5px;
    font-size: 10px;
    font-weight: 540;
    line-height: 1.25;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__about-copy .raovat1-beauty-profile__rich-text {
    font-size: 13px;
    font-weight: 360;
    line-height: 1.55;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__about-more {
    display: none;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__panel-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
    color: var(--raovat1-beauty-accent);
    font-size: 17px;
    font-weight: 900;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__rich-text {
    color: #d7d4df;
    font-size: 15px;
    line-height: 1.65;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__rich-text > :first-child {
    margin-top: 0;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__rich-text > :last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__identity-meta-row {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: end;
        gap: 18px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profile-link-card {
        grid-template-columns: 28px minmax(0, 1fr) auto auto;
        gap: 15px;
        padding: 12px 20px 12px 16px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profile-link-icon {
        width: 28px;
        height: 28px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profile-link-icon .raovat1-beauty-profile__icon {
        width: 13px;
        height: 13px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profile-link-url {
        font-size: 12px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profile-link-action {
        position: relative;
        grid-column: auto;
        min-height: 36px;
        padding-left: 18px;
        font-size: 11px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile .raovat1-beauty-profile__profile-link-action {
        font-size: 11px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profile-link-action::before {
        content: "";
        position: absolute;
        top: 6px;
        bottom: 6px;
        left: 0;
        width: 1px;
        background: rgba(151, 161, 185, 0.22);
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profile-link-action .raovat1-beauty-profile__icon {
        width: 14px;
        height: 14px;
        margin-right: 7px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__about-card {
        padding: 24px 28px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__about-list {
        gap: 24px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__about-item {
        grid-template-columns: 32px minmax(0, 1fr);
        gap: 16px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__about-item:not(:last-child)::after {
        top: 38px;
        bottom: -24px;
        left: 15px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__about-icon {
        width: 32px;
        height: 32px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__about-icon .raovat1-beauty-profile__icon {
        width: 16px;
        height: 16px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__about-copy .raovat1-beauty-profile__panel-title {
        font-size: 13px;
        font-weight: 540;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__about-copy .raovat1-beauty-profile__rich-text {
        font-size: 13px;
    }
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__gallery-item {
    display: block;
    min-height: 0;
    padding: 0;
    border: 1px solid var(--raovat1-beauty-border-soft);
    border-radius: var(--raovat1-beauty-radius);
    background: var(--raovat1-beauty-surface);
    aspect-ratio: 1 / 1;
    overflow: hidden;
    cursor: zoom-in;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile--locked .raovat1-beauty-profile__masthead {
    display: grid;
    gap: 18px;
    padding: 24px;
    border: 1px solid var(--raovat1-beauty-border);
    border-radius: var(--raovat1-beauty-radius);
    background: rgba(11, 18, 32, 0.84);
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__identity {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__avatar {
    display: grid;
    width: 86px;
    height: 86px;
    place-items: center;
    border-radius: 50%;
    border: 1px solid var(--raovat1-beauty-border);
    background: var(--raovat1-beauty-surface-2);
    color: var(--raovat1-beauty-accent);
    object-fit: cover;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__eyebrow {
    margin: 0 0 5px;
    color: var(--raovat1-beauty-accent);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__login,
body.raovat1-beauty-profiles-single .raovat1-beauty-profile__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    gap: 8px;
    padding: 9px 13px;
    border: 1px solid var(--raovat1-beauty-border);
    border-radius: 6px;
    background: rgba(11, 18, 32, 0.78);
    color: var(--raovat1-beauty-text);
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

body.raovat1-beauty-profiles-single .raovat1-beauty-profile__action-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.raovat1-beauty-profile-notice {
    position: fixed;
    z-index: 99999;
    right: 16px;
    bottom: 16px;
    max-width: min(360px, calc(100vw - 32px));
    padding: 12px 14px;
    border: 1px solid rgba(202, 117, 255, 0.35);
    border-radius: 6px;
    background: #111827;
    color: #fff;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.3);
}

.raovat1-beauty-profile-notice--error {
    border-color: rgba(255, 123, 168, 0.5);
    background: #611c30;
}

.raovat1-beauty-profile-start-helper {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-items: center;
    padding: 18px;
    background: rgba(3, 6, 15, 0.72);
    backdrop-filter: blur(10px);
}

.raovat1-beauty-profile-start-helper__panel {
    display: grid;
    width: min(440px, 100%);
    gap: 12px;
    padding: 22px;
    border: 1px solid rgba(202, 117, 255, 0.34);
    border-radius: 8px;
    background:
        radial-gradient(circle at 14% 0%, rgba(202, 117, 255, 0.16), transparent 34%),
        rgba(9, 16, 30, 0.96);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.48);
    color: var(--raovat1-beauty-text, #f7f3ff);
}

.raovat1-beauty-profile-start-helper__icon {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(202, 117, 255, 0.42);
    border-radius: 50%;
    color: var(--raovat1-beauty-accent, #ca75ff);
    background: rgba(202, 117, 255, 0.1);
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
}

.raovat1-beauty-profile-start-helper__title {
    margin: 0;
    color: var(--raovat1-beauty-text, #f7f3ff);
    font-size: 20px;
    font-weight: 650;
    line-height: 1.18;
}

.raovat1-beauty-profile-start-helper__message {
    margin: 0;
    color: rgba(232, 228, 241, 0.78);
    font-size: 13px;
    font-weight: 360;
    line-height: 1.55;
}

.raovat1-beauty-profile-start-helper__list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.raovat1-beauty-profile-start-helper__item {
    position: relative;
    min-height: 30px;
    padding: 7px 10px 7px 30px;
    border: 1px solid rgba(202, 117, 255, 0.2);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(247, 243, 255, 0.9);
    font-size: 13px;
    font-weight: 520;
    line-height: 1.25;
}

.raovat1-beauty-profile-start-helper__item::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--raovat1-beauty-accent, #ca75ff);
    box-shadow: 0 0 0 4px rgba(202, 117, 255, 0.14);
}

.raovat1-beauty-profile-start-helper__item.is-missing {
    border-color: rgba(255, 183, 77, 0.48);
    background: rgba(255, 183, 77, 0.08);
}

.raovat1-beauty-profile-start-helper__item.is-missing::before {
    background: #ffb74d;
    box-shadow: 0 0 0 4px rgba(255, 183, 77, 0.15);
}

.raovat1-beauty-profile-start-helper__note {
    margin: 0;
    color: rgba(232, 228, 241, 0.66);
    font-size: 12px;
    font-weight: 420;
    line-height: 1.5;
}

.raovat1-beauty-profile-start-helper__close {
    justify-self: start;
    min-height: 34px;
    margin-top: 4px;
    padding: 0 14px;
    border: 1px solid rgba(202, 117, 255, 0.34);
    border-radius: 8px;
    color: rgba(247, 243, 255, 0.86);
    background: rgba(202, 117, 255, 0.1);
    font: inherit;
    font-size: 12px;
    font-weight: 520;
    cursor: pointer;
}

.raovat1-beauty-profile-start-helper__close:hover,
.raovat1-beauty-profile-start-helper__close:focus-visible {
    color: #fff;
    border-color: rgba(202, 117, 255, 0.62);
    outline: 0;
}

.raovat1-beauty-profile-gallery-modal {
    position: fixed;
    z-index: 99998;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 22px;
    background: rgba(5, 9, 22, 0.88);
}

.raovat1-beauty-profile-gallery-modal__panel {
    position: relative;
    max-width: min(980px, 100%);
    max-height: 90vh;
}

.raovat1-beauty-profile-gallery-modal__panel img {
    display: block;
    max-width: 100%;
    max-height: 90vh;
    border-radius: 6px;
}

.raovat1-beauty-profile-gallery-modal__close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #111827;
    cursor: pointer;
}

body.raovat1-beauty-profiles-single [hidden] {
    display: none;
}

@media (min-width: 680px) {
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-grid,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-level-grid,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__details {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__sidebar-profile-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 980px) {
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__cover {
        height: 220px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__main {
        display: flex;
        flex-direction: column;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__hero {
        order: 1;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__details--intro {
        order: 2;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact {
        display: contents;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-edit-panel {
        order: 3;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__hero-actions {
        order: 4;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings {
        order: 5;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__details--work {
        order: 6;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__identity-row {
        grid-template-columns: 164px minmax(0, 1fr);
        gap: 38px;
        padding: 0 50px;
        margin-top: -64px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__avatar-frame {
        width: 164px;
        height: 164px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__avatar-stack {
        align-self: start;
        margin-top: 23px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__identity-copy {
        padding-top: 90px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__identity-stat-card {
        min-width: 60px;
        min-height: 57px;
        padding: 7px 9px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__title {
        font-size: 24px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__title-icon {
        width: 29px;
        height: 29px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__favorite-shell,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__favorite-shell lst-favorite {
        width: 58px;
        height: 58px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__favorite-shell {
        top: 196px;
        left: 103px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__favorite-button {
        color: var(--raovat1-beauty-accent);
        filter: none;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__favorite-button:hover,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__favorite-button:focus-visible,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__favorite-button.is-active,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__favorite-button.listivo-social-icon--active {
        color: var(--raovat1-beauty-accent);
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__language-controls {
        position: absolute;
        top: 49px;
        right: 50px;
        left: auto;
        width: 164px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profession-line {
        gap: 14px;
        margin-top: 0;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profession {
        font-size: 18px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profession-experience {
        min-height: 24px;
        padding: 3px 9px;
        font-size: 10px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__professional-level {
        margin-top: 12px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__professional-level-label,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__professional-level-value,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__professional-level-id strong {
        font-size: 12px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__business-location-item {
        grid-template-columns: 22px minmax(0, 1fr);
        gap: 9px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__business-location-icon {
        width: 22px;
        height: 22px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__business-location-icon .raovat1-beauty-profile__icon {
        width: 13px;
        height: 13px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__business-location-value {
        font-size: 14px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-set-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-summary {
        grid-template-columns: minmax(0, 1fr) 150px;
        align-items: center;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-average {
        min-height: 76px;
        padding-left: 20px;
        border-left: 1px solid rgba(191, 173, 224, 0.22);
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--client-work .raovat1-beauty-profile__skill-rankings-summary {
        grid-template-columns: minmax(0, 1fr) 132px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--client-work .raovat1-beauty-profile__skill-rankings-average {
        min-height: 58px;
        padding-left: 14px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings--client-work {
        grid-column: 1 / -1;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings--contact-profession-lash-brow-services {
        grid-column: 1 / -1;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings--client-work .raovat1-beauty-profile__skill-rankings-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings--contact-profession-lash-brow-services .raovat1-beauty-profile__skill-rankings-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-grid,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1120px) {
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__desktop-layout {
        grid-template-columns: minmax(0, 1fr) 400px;
        align-items: start;
    }
}

@media (min-width: 1380px) {
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-level-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-set-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    body.raovat1-beauty-profiles-single {
        padding-bottom: max(78px, calc(74px + env(safe-area-inset-bottom)));
    }

    body.raovat1-beauty-profiles-single .elementor-section:has(.raovat1-search-omnibox-shell--mobile-top),
    body.raovat1-beauty-profiles-single .raovat1-search-omnibox-shell--mobile-top,
    body.raovat1-beauty-profiles-single .raovat1-mobile-top-search-shell,
    body.wp-child-theme-raovat1.raovat1-mobile-themed.raovat1-listing-single.raovat1-beauty-profiles-single.raovat1-header-search-active:not(.raovat1-match-profiles-single):not(.elementor-editor-active) .raovat1-search-omnibox-shell--mobile-top,
    html body.raovat1-beauty-profiles-single .raovat1-search-omnibox-shell.raovat1-search-omnibox-shell--mobile-top.raovat1-mobile-top-search-shell {
        display: none;
    }

    body.wp-child-theme-raovat1.raovat1-mobile-themed.raovat1-listing-single.raovat1-beauty-profiles-single .raovat1-single-related-grid-source,
    body.wp-child-theme-raovat1.raovat1-mobile-themed.raovat1-listing-single.raovat1-beauty-profiles-single .raovat1-custom-wiget--single-related-browse {
        display: none;
    }

    body.raovat1-beauty-profiles-single .elementor-element-raovat1beautyprofiles {
        margin-top: 0;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile {
        margin: 5px auto 18px;
        gap: 8px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__desktop-layout,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__main {
        gap: 8px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__main {
        display: flex;
        flex-direction: column;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__hero {
        order: 1;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__details--intro {
        order: 2;
        margin-top: 0;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact {
        display: contents;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-edit-panel {
        order: 3;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__hero-actions {
        order: 4;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings {
        order: 5;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__details--work {
        order: 6;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__cover {
        min-height: 128px;
        height: 128px;
        border-radius: 6px;
        box-shadow: 0 0 0 1px rgba(202, 117, 255, 0.22);
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__cover::before {
        content: "CONCEPT 17";
        position: absolute;
        top: 8px;
        left: 8px;
        z-index: 3;
        padding: 2px 8px;
        border: 1px solid rgba(236, 79, 173, 0.72);
        border-radius: 999px;
        color: rgba(250, 154, 220, 0.92);
        background: rgba(72, 18, 69, 0.74);
        font-size: 8px;
        font-weight: 650;
        line-height: 1.2;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__cover::after {
        content: "";
        position: absolute;
        right: 54px;
        top: 28px;
        z-index: 3;
        width: 28px;
        height: 28px;
        color: rgba(249, 94, 184, 0.9);
        background:
            radial-gradient(circle at 30% 34%, currentColor 0 24%, transparent 25%),
            radial-gradient(circle at 68% 34%, currentColor 0 24%, transparent 25%),
            linear-gradient(45deg, transparent 0 46%, currentColor 47% 67%, transparent 68%);
        opacity: 0.9;
        transform: rotate(-18deg) scale(0.52);
        filter: drop-shadow(0 0 8px rgba(249, 94, 184, 0.45));
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__cover-thumbnails {
        display: none;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__hero-actions {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 8px;
        margin-top: 10px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__message-button,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__hero-book-button {
        min-height: 50px;
        font-size: 13px;
        font-weight: 560;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__message-button {
        grid-column: 1 / 4;
        gap: 8px;
        padding: 0 8px;
        font-size: 12px;
        white-space: nowrap;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__message-button span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__hero-book-button {
        grid-column: 1 / -1;
        background: linear-gradient(90deg, #ff6f68 0%, #a23af0 55%, #6f34ed 100%);
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__social-link,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__report-button {
        width: 100%;
        flex-basis: auto;
        min-width: 0;
        min-height: 50px;
        font-size: 0;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__social-link--phone {
        display: inline-flex;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__social-link--whatsapp,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__report-button {
        display: none;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__social-link .raovat1-beauty-profile__icon,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__report-button .raovat1-beauty-profile__icon,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__message-button .raovat1-beauty-profile__icon,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__hero-book-button .raovat1-beauty-profile__icon {
        width: 21px;
        height: 21px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__identity-row {
        grid-template-columns: 102px minmax(0, 1fr);
        gap: 8px;
        align-items: start;
        margin-top: -62px;
        padding: 0;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__avatar-stack {
        width: 102px;
        gap: 0;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__avatar-frame {
        width: 102px;
        height: 102px;
        border-color: rgba(255, 141, 229, 0.9);
        box-shadow:
            0 0 0 1px rgba(255, 255, 255, 0.72),
            0 0 18px rgba(236, 79, 214, 0.42);
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__identity-copy {
        padding-top: 94px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__identity-heading {
        grid-template-columns: 1fr;
        gap: 0;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__identity-stats {
        position: absolute;
        top: 112px;
        right: auto;
        left: 0;
        width: 102px;
        flex-direction: row;
        justify-content: center;
        min-width: 0;
        gap: 4px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__identity-stat-card {
        width: 39px;
        min-width: 39px;
        min-height: 29px;
        padding: 3px 5px;
        border-radius: 5px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__identity-stat-label {
        font-size: 6px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__identity-stat-value {
        margin-top: 1px;
        font-size: 10px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__title {
        gap: 0;
        font-size: 24px;
        font-weight: 690;
        line-height: 1.03;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__title-icon {
        width: 28px;
        height: 28px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__favorite-shell,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__favorite-shell lst-favorite {
        width: 32px;
        height: 32px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__favorite-shell {
        top: 150px;
        left: 51px;
        transform: translateX(-50%);
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__favorite-button {
        color: var(--raovat1-beauty-accent);
        filter: none;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__favorite-button:hover,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__favorite-button:focus-visible,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__favorite-button.is-active,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__favorite-button.listivo-social-icon--active {
        color: var(--raovat1-beauty-accent);
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profession {
        font-size: 18px;
        font-weight: 620;
        line-height: 1.08;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profession-experience {
        min-height: 22px;
        padding: 3px 8px;
        font-size: 9px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__professional-level {
        gap: 9px;
        margin-top: 8px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__professional-level-label,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__professional-level-value {
        font-size: 12px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profile-id,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profile-id strong {
        font-size: 10px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__professional-level-icon,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__professional-level-id-icon,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__professional-level-id-icon .raovat1-beauty-profile__icon {
        width: 12px;
        height: 12px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__identity-meta-divider {
        display: none;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__language-controls {
        position: absolute;
        top: 45px;
        right: 8px;
        left: auto;
        grid-template-columns: repeat(3, auto);
        width: auto;
        justify-content: end;
        gap: 6px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__language-button {
        grid-template-columns: auto auto;
        width: max-content;
        min-height: 34px;
        padding: 0 10px;
        border-radius: 5px;
        gap: 4px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__language-button--others {
        padding-inline: 12px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__language-button span {
        font-size: 8px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__business-location-grid {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        width: calc(100% + 110px);
        margin-left: -110px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
        margin-top: 12px;
        padding: 8px 0;
        border-color: rgba(202, 117, 255, 0.2);
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__business-location-item,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__business-location-item:first-child {
        grid-template-columns: 18px minmax(0, 1fr);
        gap: 6px;
        padding: 0 8px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__business-location-item + .raovat1-beauty-profile__business-location-item {
        padding-top: 0;
        padding-left: 8px;
        border-top: 0;
        border-left: 1px solid rgba(202, 117, 255, 0.22);
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__business-location-icon {
        width: 18px;
        height: 18px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__business-location-icon .raovat1-beauty-profile__icon {
        width: 10px;
        height: 10px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__business-location-label {
        font-size: 7px;
        line-height: 1.1;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__business-location-value {
        margin-top: 2px;
        font-size: 14px;
        line-height: 1.15;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profile-link-card {
        display: none;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profile-link-icon {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 22px;
        height: 22px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profile-link-url {
        grid-column: 1 / -1;
        font-size: 8px;
        line-height: 1.2;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profile-link-action {
        grid-column: auto;
        min-height: 20px;
        font-size: 8px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile .raovat1-beauty-profile__profile-link-action {
        font-size: 8px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__profile-link-action .raovat1-beauty-profile__icon {
        width: 10px;
        height: 10px;
        margin-right: 4px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__about-card {
        position: relative;
        padding: 14px 12px;
        cursor: pointer;
        overflow: hidden;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__about-card.is-collapsed {
        max-height: 148px;
        padding-bottom: 36px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__about-card.is-collapsed .raovat1-beauty-profile__about-list {
        max-height: 86px;
        overflow: hidden;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__about-card.is-collapsed .raovat1-beauty-profile__about-item:not(:first-child) {
        display: none;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__about-card.is-collapsed .raovat1-beauty-profile__about-copy .raovat1-beauty-profile__rich-text {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__about-card.is-collapsed::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 52px;
        pointer-events: none;
        background: linear-gradient(180deg, rgba(9, 14, 28, 0), rgba(9, 14, 28, 0.96) 62%);
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__about-list {
        gap: 12px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__about-item {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 10px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__about-item:not(:last-child)::after {
        top: 36px;
        bottom: -12px;
        left: 17px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__about-icon {
        width: 34px;
        height: 34px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__about-icon .raovat1-beauty-profile__icon {
        width: 15px;
        height: 15px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__about-copy .raovat1-beauty-profile__panel-title {
        margin-bottom: 3px;
        font-size: 13px;
        line-height: 1.15;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__about-copy .raovat1-beauty-profile__rich-text {
        font-size: 15px;
        line-height: 1.34;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__about-more {
        display: none;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__about-card.is-collapsed .raovat1-beauty-profile__about-more {
        position: absolute;
        right: 12px;
        bottom: 9px;
        left: 12px;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 20px;
        color: rgba(202, 117, 255, 0.92);
        font-size: 11px;
        font-weight: 520;
        line-height: 1.2;
        text-align: center;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-edit-panel {
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-edit-panel .raovat1-beauty-profile__section-title {
        display: none;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-card {
        min-height: 48px;
        grid-template-columns: 22px minmax(0, 1fr);
        gap: 10px;
        padding: 0 12px;
        border-radius: 5px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings {
        margin-top: 6px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings--client-work .raovat1-beauty-profile__skill-rankings-title {
        font-size: 13px;
        font-weight: 450;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings--contact-profession-lash-brow-services .raovat1-beauty-profile__skill-rankings-title {
        font-size: 13px;
        font-weight: 450;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-summary {
        grid-template-columns: minmax(0, 1fr) 70px;
        gap: 8px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-scale-wrap {
        display: contents;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-average {
        grid-column: 2;
        grid-row: 2;
        align-self: center;
        justify-self: end;
        width: 70px;
        min-height: 0;
        padding-left: 0;
        border-left: 0;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-average > span {
        display: none;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-average strong {
        width: 70px;
        min-height: 36px;
        padding: 4px 6px;
        font-size: 20px;
        font-weight: 480;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-title {
        grid-column: 1 / -1;
        grid-row: 1;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        gap: 6px;
        font-size: 13px;
        line-height: 1.15;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-title span {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-title > .raovat1-beauty-profile__icon {
        width: 22px;
        height: 22px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-card-head strong {
        font-size: 13px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-toggle,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-toggle .raovat1-beauty-profile__icon {
        width: 16px;
        height: 16px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-scale {
        grid-column: 1;
        grid-row: 2;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        gap: 2px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-scale::before {
        top: 8px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-scale li {
        gap: 7px;
        font-size: 11px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-scale li > span {
        width: 17px;
        height: 17px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-grid,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-title,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-title {
        font-weight: 430;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-average strong,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-average strong {
        font-weight: 430;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-card,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-card {
        grid-template-columns: 16px minmax(0, 1fr);
        min-height: 42px;
        padding: 6px 7px;
        gap: 5px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-card-icon,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-card-icon .raovat1-beauty-profile__icon,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-card-icon,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-card-icon .raovat1-beauty-profile__icon {
        width: 13px;
        height: 13px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-card-body,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-card-body {
        gap: 4px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-card-head,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-card-head {
        gap: 4px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-card-head strong,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-card-head strong {
        font-size: 13px;
        font-weight: 400;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-card-head em,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-card-head em {
        font-size: 13px;
        font-weight: 390;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-card-bars,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-card-bars {
        gap: 2px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-card .raovat1-beauty-profile__icon {
        width: 21px;
        height: 21px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-card span {
        font-size: 12px;
        line-height: 1.25;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__sidebar-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__sidebar-action {
        min-height: 48px;
        padding: 0 8px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__sidebar-action span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (min-width: 414px) and (max-width: 760px) {
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__identity-stats {
        top: 112px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__language-controls {
        top: 45px;
    }

}

@media (max-width: 380px) {
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings {
        padding: 12px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-summary {
        grid-template-columns: minmax(0, 1fr) 70px;
        gap: 7px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-average {
        justify-self: end;
        width: 70px;
        padding-left: 0;
        border-left: 0;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__contact-skill-rankings .raovat1-beauty-profile__skill-rankings-average strong {
        width: 70px;
        min-height: 36px;
        font-size: 20px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-scale-wrap {
        grid-template-columns: minmax(0, 1fr);
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-title {
        gap: 6px;
        font-size: 16px;
        line-height: 1.15;
        min-width: 0;
        max-width: 100%;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-title span,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--client-work .raovat1-beauty-profile__skill-rankings-title span,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-core-normal .raovat1-beauty-profile__skill-rankings-title span,
    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings--nail-specialty-art-design .raovat1-beauty-profile__skill-rankings-title span {
        flex: 1 1 auto;
        min-width: 0;
        overflow: visible;
        text-overflow: clip;
        white-space: normal;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-title > .raovat1-beauty-profile__icon {
        width: 22px;
        height: 22px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-scale {
        gap: 3px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-scale li {
        font-size: 11px;
    }

    body.raovat1-beauty-profiles-single .raovat1-beauty-profile__skill-rankings-scale li > span {
        width: 16px;
        height: 16px;
    }
}
