.birthday-page {
    max-width: 1180px;
}

.birthday-hero {
    background: linear-gradient(
    135deg,
    #f8fbff 0%,
    #eef6ff 50%,
    #fff9e8 100%
    );
    border: 1px solid #e5edf5;
    position: relative;
    overflow: hidden;
}

.birthday-emoji {
    position: absolute;
    right: 60px;
    bottom: 20px;
    font-size: 200px;
    opacity: .42;
}

.category-pill {
    border-radius: 999px;
    font-weight: 600;
    padding: 9px 16px;
}

.category-pill i {
    margin-right: 6px;
}

.category-pill.active {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}

.birthday-card {
    background: #fff;
    border: 1px solid #e6e9ee;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 6px 18px rgba(20, 40, 80, 0.06);
    display: flex;
    flex-direction: column;
    transition: transform .15s ease, box-shadow .15s ease;
}

.birthday-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(20, 40, 80, 0.10);
}

.birthday-store {
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.2;
}

.birthday-rank {
    background: #eef5ff;
    color: #0d6efd;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: .82rem;
    font-weight: 700;
    white-space: nowrap;
}

.birthday-category-badge {
    font-weight: 500;
}

.birthday-category-badge i {
    margin-right: 4px;
}

.birthday-description {
    color: #333;
    font-size: .96rem;
    line-height: 1.45;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.btn-outline-pink {
    color: #d63384;
    border-color: #d63384;
}

.btn-outline-pink:hover,
.btn-outline-pink:focus,
.btn-outline-pink:active,
.btn-outline-pink.active {
    color: #fff;
    background-color: #d63384;
    border-color: #d63384;
}

.btn-outline-pink:focus {
    box-shadow: 0 0 0 0.25rem rgba(214, 51, 132, 0.25);
}

.top-birthday-card-wrap .birthday-card {
    border: 2px solid #ffd966;
    background: linear-gradient(180deg, #fffdf4, #ffffff);
    box-shadow: 0 10px 28px rgba(120, 80, 0, 0.12);
}

.top-birthday-card-wrap .birthday-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(120, 80, 0, 0.18);
}

.top-birthday-card-wrap .birthday-rank {
    background: #ffc107;
    color: #3b2a00;
    font-size: .9rem;
    padding: 6px 11px;
}

.top-birthday-card-wrap .birthday-store {
    font-size: 1.22rem;
}

.top-birthday-card-wrap .birthday-description {
    font-size: 1rem;
}

#top-birthday-freebies {
    background:#fffdf5;
    border-radius:20px;
    padding:20px;
}
.birthday-logo {
    width: 56px;
    height: 56px;
    object-fit: contain;
    background: #fff;
    border-radius: 12px;
    padding: 6px;
    border: 1px solid #eef2f5;
    flex-shrink: 0;
}
