/* Page-level GPT ad layout — leaderboard spacing on PDP and similar templates */

.serviveDetailsWrap {
    margin-top: 0;
}

.tj-gpt-section--leaderboard {
    margin-top: 45px;
    margin-bottom: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.tj-gpt-section--leaderboard + .mainBrand-layout .heroDescription-section,
.mainBrand-layout .tj-gpt-section--leaderboard + .heroDescription-section {
    margin-top: 0;
}

@media (max-width: 991px) {
    .tj-gpt-section--leaderboard {
        margin-top: 16px;
    }
}
