/* Estilos móviles para el dropdown de plazos */
@media (max-width: 768px) {
  #openpay_month_interest_free {
    font-size: 16px;
    padding: 10px 12px;
    border-radius: 6px;
    background-color: #fff;
    color: #333;
    border: 1px solid #ccc;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2210%22%20height%3D%227%22%20viewBox%3D%220%200%2010%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%200L5%204L9%200%22%20stroke%3D%22%23333%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px 12px;
  }
}
