.tema-card-old {
    padding: 24px;
    position: relative;
    min-height: 260px;
}

.tema-badge-novo {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #ff4757;
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
}

.tema-card-preco {
    margin: 12px 0;
    font-size: 20px;
    font-weight: bold;
    color: #00a86b;
}

.tema-card-botoes {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.gc-btn-sec {
    background: #e6f4ff;
    color: #005a9e;
}
