.login-page .password-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    line-height: 1;
    color: #6c757d;
}

.login-page .password-toggle:hover {
    color: var(--bs-primary);
}

.login-page .password-field .form-control,
.login-page .position-relative > .form-control {
    padding-right: 3rem;
}

/* First page section after fixed header — match .hero-1 top offset */
.primary-header--fixed + .section-space-y,
.primary-header--fixed + .section-space-md-y,
.primary-header--fixed + .section-space-lg-y,
.primary-header--fixed + .section-space-sm-y,
.primary-header--fixed + .container.section-space-md-y {
    padding-top: clamp(6.375rem, 8.9vw + 1rem, 10.625rem);
}

.review-stars .review-star {
    color: rgba(var(--bs-secondary-rgb), 0.35);
    text-decoration: none;
}

.review-stars .review-star.is-active {
    color: #f59e0b;
}

.profile-dropdown__toggle {
    line-height: 1;
}

.profile-dropdown__avatar {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.profile-dropdown__avatar--lg {
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
}

.profile-dropdown__initials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #1c1d1f;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.profile-dropdown__initials--lg {
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
    flex-shrink: 0;
}

.profile-dropdown__menu {
    min-width: 18rem;
    padding-top: 0;
    padding-bottom: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.profile-dropdown__name {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #1c1d1f;
}

.profile-dropdown__email {
    font-size: 0.8125rem;
    color: #6a6f73;
}

.profile-dropdown__item {
    font-size: 0.875rem;
    font-weight: 400;
    padding: 0.65rem 1rem;
    color: #1c1d1f;
}

.profile-dropdown__item:hover,
.profile-dropdown__item:focus {
    background: #f7f9fa;
    color: #1c1d1f;
}

.profile-dropdown__item--logout {
    font-weight: 600;
}

.review-author__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f9fa;
}

.review-author__initials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #1c1d1f;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
}

.instructor-profile__card-media {
    min-height: 220px;
    background: #f7f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.instructor-profile__sidebar-media {
    min-height: 280px;
    background: #f7f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.instructor-profile__photo {
    min-height: 220px;
    object-fit: cover;
}

.instructor-profile__initials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1c1d1f;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.instructor-profile__initials--card {
    width: 100%;
    min-height: 220px;
    font-size: 3rem;
}

.instructor-profile__initials--sidebar {
    width: 100%;
    min-height: 280px;
    font-size: 4rem;
}

.instructor-profile__sidebar {
    position: relative;
    z-index: 1;
}

.blog-post-content p {
    margin-bottom: 1rem;
}

.avatar__initials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #1c1d1f;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 50%;
}
