.master-coaches-hero .master-coach-badge,
.master-coach-badge {
    background: #10a37f;
    color: #fff;
}

.master-coach-aside {
    background: rgba(16, 163, 127, 0.06);
}

.related-coach-card {
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.related-coach-card:hover {
    border-color: rgba(16, 163, 127, 0.55) !important;
    transform: translateY(-2px);
}

.master-coaches-page .gpt-coach-card .stretched-link-off {
    position: relative;
    z-index: 2;
}

.master-coaches-page .gpt-coach-card .card-footer a {
    position: relative;
    z-index: 2;
}
