/* SUNOTI – Página Fotos / Tarjeta directa de perfil principal */
html body .sunoti-fotos-profile-card-wrap,
html body .sunoti-fotos-profile-card-wrap *,
html body .sunoti-fotos-profile-card-wrap *::before,
html body .sunoti-fotos-profile-card-wrap *::after {
    box-sizing: border-box !important;
}

html body .sunoti-fotos-profile-card-wrap {
    display: block !important;
    width: 100% !important;
    max-width: 1120px !important;
    margin: 22px 0 32px 0 !important;
    padding: 0 !important;
    clear: both !important;
    isolation: isolate !important;
    contain: layout style paint !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    color: #111111 !important;
    text-align: left !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

html body .sunoti-fotos-profile-card-wrap p,
html body .sunoti-fotos-profile-card-wrap h1,
html body .sunoti-fotos-profile-card-wrap h2,
html body .sunoti-fotos-profile-card-wrap h3,
html body .sunoti-fotos-profile-card-wrap h4,
html body .sunoti-fotos-profile-card-wrap h5,
html body .sunoti-fotos-profile-card-wrap h6,
html body .sunoti-fotos-profile-card-wrap span,
html body .sunoti-fotos-profile-card-wrap a,
html body .sunoti-fotos-profile-card-wrap strong,
html body .sunoti-fotos-profile-card-wrap svg,
html body .sunoti-fotos-profile-card-wrap path,
html body .sunoti-fotos-profile-card-wrap img {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

html body .sunoti-fotos-profile-card {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 160px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 28px !important;
    padding: 24px 26px !important;
    margin: 0 !important;
    text-decoration: none !important;
    color: #111111 !important;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
    border: 1px solid #e7edf5 !important;
    border-radius: 22px !important;
    box-shadow: 0 10px 28px rgba(12, 24, 42, 0.06) !important;
    outline: none !important;
    position: relative !important;
    overflow: hidden !important;
}

html body .sunoti-fotos-profile-card::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 auto 0 0 !important;
    width: 5px !important;
    background: linear-gradient(180deg, #2192ff 0%, #78b8ff 100%) !important;
    opacity: 0.95 !important;
    pointer-events: none !important;
}

html body .sunoti-fotos-profile-card:hover,
html body .sunoti-fotos-profile-card:focus,
html body .sunoti-fotos-profile-card:active {
    text-decoration: none !important;
    color: #111111 !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
    border-color: #d9e7f7 !important;
    box-shadow: 0 14px 34px rgba(12, 24, 42, 0.09) !important;
    transform: translateY(-1px) !important;
}

html body .sunoti-fotos-profile-card:focus-visible {
    outline: 3px solid rgba(33, 146, 255, 0.35) !important;
    outline-offset: 4px !important;
}

html body .sunoti-fotos-profile-card__avatar {
    width: 160px !important;
    height: 160px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    padding: 2px !important;
    background: #2192ff !important;
    overflow: hidden !important;
    flex: 0 0 160px !important;
    margin: 0 !important;
    box-shadow: 0 6px 20px rgba(33, 146, 255, 0.16) !important;
}

html body .sunoti-fotos-profile-card__avatar-inner {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    border-radius: 50% !important;
    border: 2px solid #ffffff !important;
    overflow: hidden !important;
    background: #f2f2f2 !important;
}

html body .sunoti-fotos-profile-card__image {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center center !important;
    border: 0 !important;
    border-radius: 50% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
}

html body .sunoti-fotos-profile-card__placeholder {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    font-size: 64px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    color: #2192ff !important;
    background: #f5f8ff !important;
    text-transform: uppercase !important;
}

html body .sunoti-fotos-profile-card__body {
    min-width: 0 !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
}

html body .sunoti-fotos-profile-card__title-row {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
}

html body .sunoti-fotos-profile-card__title {
    display: block !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
    font-size: 36px !important;
    line-height: 1.08 !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
    color: #000000 !important;
    text-transform: none !important;
    overflow-wrap: anywhere !important;
}

html body .sunoti-fotos-profile-card__check {
    width: 34px !important;
    height: 34px !important;
    display: inline-block !important;
    flex: 0 0 auto !important;
    fill: #2192ff !important;
    margin: 2px 0 0 0 !important;
}

html body .sunoti-fotos-profile-card__check-mark {
    fill: #ffffff !important;
}

html body .sunoti-fotos-profile-card__description {
    display: block !important;
    margin: 0 0 14px 0 !important;
    padding: 0 !important;
    max-width: 780px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
    font-size: 22px !important;
    line-height: 1.22 !important;
    font-weight: 500 !important;
    letter-spacing: -0.01em !important;
    color: #666666 !important;
    text-transform: none !important;
}

html body .sunoti-fotos-profile-card__url {
    display: inline-flex !important;
    align-items: center !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 7px 12px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    color: #7f8a97 !important;
    background: #f3f6fa !important;
    border: 1px solid #e6ebf1 !important;
    border-radius: 999px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    text-transform: none !important;
}

@media (max-width: 720px) {
    html body .sunoti-fotos-profile-card-wrap {
        margin: 18px 0 28px 0 !important;
    }

    html body .sunoti-fotos-profile-card {
        grid-template-columns: 96px minmax(0, 1fr) !important;
        gap: 16px !important;
        padding: 16px 16px !important;
        border-radius: 18px !important;
    }

    html body .sunoti-fotos-profile-card::before {
        width: 4px !important;
    }

    html body .sunoti-fotos-profile-card__avatar {
        width: 96px !important;
        height: 96px !important;
        flex-basis: 96px !important;
    }

    html body .sunoti-fotos-profile-card__title-row {
        gap: 8px !important;
        margin-bottom: 8px !important;
    }

    html body .sunoti-fotos-profile-card__title {
        font-size: 24px !important;
        letter-spacing: -0.02em !important;
    }

    html body .sunoti-fotos-profile-card__check {
        width: 24px !important;
        height: 24px !important;
    }

    html body .sunoti-fotos-profile-card__description {
        font-size: 15px !important;
        line-height: 1.25 !important;
        margin-bottom: 8px !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 3 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    html body .sunoti-fotos-profile-card__url {
        font-size: 12px !important;
        padding: 6px 10px !important;
    }
}

@media (max-width: 420px) {
    html body .sunoti-fotos-profile-card {
        grid-template-columns: 82px minmax(0, 1fr) !important;
        gap: 13px !important;
        padding: 14px 14px !important;
    }

    html body .sunoti-fotos-profile-card__avatar {
        width: 82px !important;
        height: 82px !important;
        flex-basis: 82px !important;
    }

    html body .sunoti-fotos-profile-card__title {
        font-size: 21px !important;
    }

    html body .sunoti-fotos-profile-card__description {
        font-size: 14px !important;
    }
}
