/**
* 2007-2025 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2025 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.paydollar-card-form {
  margin-top: 1rem;
  padding: 1.25rem 1.5rem 0.75rem;
  border: 1px solid #d9dee7;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 6px 16px rgba(16, 24, 40, 0.06);
}

.paydollar-card-form .form-group {
  margin-bottom: 1rem;
}

.paydollar-card-form .form-control {
  border: 1px solid #cfd6e0;
  border-radius: 6px;
  min-height: 40px;
}

/* Override theme rule that forces select height and breaks Card Type alignment */
.paydollar-card-form select.form-control:not([size]):not([multiple]) {
  height: auto;
  min-height: 40px;
}

.paydollar-card-form .form-control:focus {
  border-color: #5b8def;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(91, 141, 239, 0.18);
}

.paydollar-card-form .error-div {
  margin-top: 0.25rem;
}

.paydollar-card-form .card-error {
  padding: 0.5rem 0.75rem;
  border: 1px solid #f5c2c7;
  border-radius: 6px;
  background: #fff5f5;
}
