.gpt-coach-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.gpt-coach-card:hover {
    transform: translateY(-4px);
    border-color: rgba(16, 163, 127, 0.5) !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.gpt-coach-featured {
    border-color: rgba(16, 163, 127, 0.45) !important;
}

.gpt-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #10a37f 0%, #1a7f64 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 4px 14px rgba(16, 163, 127, 0.35);
}

.gpt-icon-img {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    object-fit: cover;
}

.gpt-icon-default svg {
    display: block;
}

.gpt-coaches-strip .gpt-coach-card .card-body {
    padding: 1rem;
}

.gpt-coaches-strip .gpt-coach-card .card-footer {
    padding-top: 0;
}

.btn-gpt-open {
    background: #10a37f;
    border-color: #10a37f;
    color: #fff;
}

.btn-gpt-open:hover {
    background: #0d8c6a;
    border-color: #0d8c6a;
    color: #fff;
}
