/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/*___________ESTILOS PAGO PAYPAL_______________________*/
/* Contenedor: etiqueta arriba, fila de selects debajo */
#rcp_registration_form #rcp_card_exp_wrap {
  display: flex;
  flex-direction: column;
}
/* Fila con mes / año */
#rcp_registration_form #rcp_card_exp_wrap .rcp-card-exp-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
/* Mes y año comparten el ancho */
#rcp_registration_form #rcp_card_exp_wrap .rcp_card_exp_month,
#rcp_registration_form #rcp_card_exp_wrap .rcp_card_exp_year {
  flex: 1 1 0;
  width: auto !important;
  max-width: none !important;
}
/* Separador centrado entre ambos */
#rcp_registration_form #rcp_card_exp_wrap .rcp_expiry_separator {
  flex: 0 0 auto;
  text-align: center;
}
/* Contenedor Exp + CVC */
.rcp-exp-cvc-row {
    display: flex;
    gap: 20px;
}
/* Expiración ocupa más ancho, CVC menos */
.rcp-exp-cvc-row #rcp_card_exp_wrap {
    flex: 2;
}
.rcp-exp-cvc-row #rcp_card_cvc_wrap {
    flex: 1;
}
/* Asegurar que los selects estén en línea dentro de expiración */
#rcp_card_exp_wrap .rcp-card-exp-row {
    display: flex;
    align-items: center;
    gap: 8px;
}
#rcp_card_exp_wrap select {
    flex: 1 1 0;
    width: auto !important;
    max-width: none !important;
}
/* Fila Ciudad + ZIP */
.rcp-city-zip-row {
    display: flex;
    gap: 20px;
}
.rcp-city-zip-row #rcp_card_city_wrap,
.rcp-city-zip-row #rcp_card_zip_wrap {
    flex: 1;
}
/* ZIP un poco más estrecho */
.rcp-city-zip-row #rcp_card_zip_wrap {
    flex: 0.7;
}
/* Fila Estado + País */
.rcp-state-country-row {
    display: flex;
    gap: 20px;
}
.rcp-state-country-row #rcp_card_state_wrap,
.rcp-state-country-row #rcp_card_country_wrap {
    flex: 1;
}
/* Que ningún input o select se expanda al 100% por culpa del tema */
.rcp-city-zip-row input,
.rcp-state-country-row input,
.rcp-state-country-row select {
    width: 100% !important;
}