/**
 * Cartão Amigão - Components CSS (Shared Styles)
 * Componentes compartilhados entre admin e frontend
 */

/* Beneficio row - usado em forms de planos */
.beneficio-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.beneficio-row input {
    flex: 1;
}

.beneficio-row .button {
    flex-shrink: 0;
}
