.meds-aulas-modulo {
    width: 100%;
    max-width: 100%;
    color: #fff;
}

.meds-aulas-modulo__heading {
    margin: 0 0 1.25rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.meds-aulas-modulo__lista {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.meds-aula-card {
    display: block;
    overflow: hidden;
    border-radius: 4px;
    background: #0b1630;
}

.meds-aula-card__body {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: #0b1630;
}

.meds-aula-card__badge {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: #22c55e;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.meds-aula-card__title {
    margin: 0;
    padding-right: 6.5rem;
    font-size: clamp(1rem, 2.2vw, 1.35rem);
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
}

.meds-aula-card__title a {
    color: inherit;
    text-decoration: none;
}

.meds-aula-card__title a:hover {
    text-decoration: underline;
}

.meds-aula-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    min-width: 140px;
    padding: 0.7rem 1.25rem;
    border: 1px solid rgba(120, 170, 255, 0.45);
    border-radius: 8px;
    background: #0a1228;
    box-shadow: 0 0 0 1px rgba(80, 140, 255, 0.12), 0 0 18px rgba(60, 120, 255, 0.18);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.meds-aula-card__btn:hover {
    background: #12204a;
    border-color: rgba(140, 190, 255, 0.7);
    box-shadow: 0 0 0 1px rgba(100, 160, 255, 0.2), 0 0 22px rgba(70, 140, 255, 0.28);
    color: #fff;
}

.meds-aulas-modulo--vazio p {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 767px) {
    .meds-aula-card__title {
        padding-right: 0;
        padding-top: 1.75rem;
    }

    .meds-aula-card__badge {
        top: 0.75rem;
        right: 0.75rem;
    }

    .meds-aula-card__body {
        padding: 1rem 1.1rem 1.25rem;
    }
}
