.ad-placeholder {
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-weight: bold;
    font-size: 2rem;
    border: 1px solid #ccc;
}

.hero-ad {
    height: 150px;
}

.ad-card-img {
    height: 120px;
    font-size: 1.2rem;
}

.profile-card-img {
    height: 180px;
    background-color: #f0f0f0;
}

.youtube-shorts-vertical {
    height: 500px;
    background-color: #e0e0e0;
}

.main-athlete-img {
    height: 350px;
    background-color: #f0f0f0;
}

.small-card-img {
    width: 60px;
    height: 60px;
    background-color: #e0e0e0;
}

.section-title {
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.bg-light-custom {
    background-color: #f8f9fa;
}

.border-thick {
    border-width: 2px !important;
}

.fs-huge {
    font-size: 5rem !important;
}

.featured-profile-container {
    height: 400px;
    background-color: #d1d1d1;
    position: relative;
    overflow: hidden;
}

.featured-profile-content {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
    color: #333;
}

.featured-profile-title {
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.featured-profile-desc {
    font-size: 1.1rem;
    color: #555;
    max-width: 80%;
}

.hover-light:hover {
    background-color: #f1f3f5 !important;
    cursor: pointer;
}