.elementor-2043 .elementor-element.elementor-element-96bd5fd{margin-top:10px;margin-bottom:0px;}.elementor-2043 .elementor-element.elementor-element-4b699f5{padding:15px 100px 0px 100px;}.elementor-2043 .elementor-element.elementor-element-211be6ac{width:var( --container-widget-width, 109.704% );max-width:109.704%;--container-widget-width:109.704%;--container-widget-flex-grow:0;}.elementor-bc-flex-widget .elementor-2043 .elementor-element.elementor-element-93bf615.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-2043 .elementor-element.elementor-element-93bf615.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-2043 .elementor-element.elementor-element-61233ab > .elementor-widget-container{background-color:#FFFFFF;padding:20px 20px 20px 20px;border-style:solid;border-width:1px 1px 1px 1px;border-color:#CECECEB0;border-radius:8px 8px 8px 8px;}@media(max-width:767px){.elementor-2043 .elementor-element.elementor-element-4b699f5{padding:25px 40px 60px 40px;}.elementor-2043 .elementor-element.elementor-element-149d3b93 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-2043 .elementor-element.elementor-element-93bf615 > .elementor-element-populated{padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-2043 .elementor-element.elementor-element-149d3b93{width:41.547%;}.elementor-2043 .elementor-element.elementor-element-93bf615{width:58.453%;}}@media(max-width:1024px) and (min-width:768px){.elementor-2043 .elementor-element.elementor-element-149d3b93{width:100%;}.elementor-2043 .elementor-element.elementor-element-93bf615{width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-211be6ac *//* Wrapper general */
.rcp-profile-editor-wrap {
  --rcp-gap: 16px;
  --rcp-gap-lg: 24px;
  --rcp-border: 1px solid #e9ecef;
  --rcp-radius: 8px;
  --rcp-bg: #fff;
  --rcp-muted: #6c757d;
  --rcp-primary: #0d6efd;
}

/* Formularios y groups */
.rcp-profile-editor-wrap form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--rcp-gap-lg);
  background: var(--rcp-bg);
  border: var(--rcp-border);
  border-radius: var(--rcp-radius);
  padding: clamp(16px, 2vw, 24px);
}

/* Fila completa cuando convenga */
.rcp-profile-editor-wrap .rcp-row-full {
  grid-column: 1 / -1;
}

/* Etiquetas e inputs */
.rcp-profile-editor-wrap label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

.rcp-profile-editor-wrap input[type="text"],
.rcp-profile-editor-wrap input[type="email"],
.rcp-profile-editor-wrap input[type="password"],
.rcp-profile-editor-wrap input[type="url"],
.rcp-profile-editor-wrap input[type="tel"],
.rcp-profile-editor-wrap textarea,
.rcp-profile-editor-wrap select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ced4da;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.4;
  background: #fff;
  color: #212529;
  transition: border-color .2s, box-shadow .2s;
}

.rcp-profile-editor-wrap input:focus,
.rcp-profile-editor-wrap textarea:focus,
.rcp-profile-editor-wrap select:focus {
  outline: none;
  border-color: var(--rcp-primary);
  box-shadow: 0 0 0 3px rgba(13, 110, 253, .15);
}

/* Ayudas/errores */
.rcp-profile-editor-wrap .rcp-help,
.rcp-profile-editor-wrap .description,
.rcp-profile-editor-wrap .rcp-error {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: var(--rcp-muted);
}

.rcp-profile-editor-wrap .rcp-error {
  color: #b02a37;
}

/* Botones */
.rcp-profile-editor-wrap .button,
.rcp-profile-editor-wrap .btn,
.rcp-profile-editor-wrap input[type="submit"] {
  appearance: none;
  display: inline-block;
  padding: 10px 16px;
  border-radius: 6px;
  border: 1px solid var(--rcp-primary);
  background: var(--rcp-primary);
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  transition: transform .05s ease, box-shadow .2s ease, background-color .2s;
}

.rcp-profile-editor-wrap .button:hover,
.rcp-profile-editor-wrap .btn:hover,
.rcp-profile-editor-wrap input[type="submit"]:hover {
  filter: brightness(0.95);
  box-shadow: 0 2px 10px rgba(13, 110, 253, .25);
}

.rcp-profile-editor-wrap .button:active,
.rcp-profile-editor-wrap .btn:active,
.rcp-profile-editor-wrap input[type="submit"]:active {
  transform: translateY(1px);
}

/* Acciones en fila completa y alineadas */
.rcp-profile-editor-wrap .rcp-actions,
.rcp-profile-editor-wrap .form-actions {
  grid-column: 1 / -1;
  display: flex;
  gap: var(--rcp-gap);
  flex-wrap: wrap;
  align-items: center;
}

/* Tabla/lista de datos dentro del formulario (si la hay) */
.rcp-profile-editor-wrap table {
  width: 100%;
  border-collapse: collapse;
}

.rcp-profile-editor-wrap th,
.rcp-profile-editor-wrap td {
  padding: 10px 8px;
  border-bottom: 1px solid #f1f3f5;
  text-align: left;
}

/* Responsivo: tablet */
@media (max-width: 900px) {
  .rcp-profile-editor-wrap form {
    grid-template-columns: 1fr;
    gap: var(--rcp-gap);
  }
  .rcp-profile-editor-wrap .rcp-actions,
  .rcp-profile-editor-wrap .form-actions {
    justify-content: flex-start;
  }
}

/* Responsivo: móvil */
@media (max-width: 480px) {
  .rcp-profile-editor-wrap {
    --rcp-gap: 12px;
    --rcp-gap-lg: 16px;
  }
  .rcp-profile-editor-wrap input,
  .rcp-profile-editor-wrap textarea,
  .rcp-profile-editor-wrap select {
    font-size: 15px;
  }
  .rcp-profile-editor-wrap .button,
  .rcp-profile-editor-wrap .btn,
  .rcp-profile-editor-wrap input[type="submit"] {
    width: 100%;
    text-align: center;
  }
  /* Mejorar clic en checkbox/radio */
  .rcp-profile-editor-wrap input[type="checkbox"],
  .rcp-profile-editor-wrap input[type="radio"] {
    transform: scale(1.1);
    margin-right: 8px;
  }
}
legend {
    font-size: 18px !important;
    font-weight: 700 !important;
    padding-bottom: 10px !important;
}
.rcp-profile-editor-wrap label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
    font-size: 16px !important;
    padding-bottom: 7px !important;
    padding-top: 15px !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-61233ab *//* Contenedor principal de subscription_details */
.rcp_subscription_details,
.rcp-table {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Tabla responsive */
.rcp_subscription_details table,
.rcp-table table {
  width: 100%;
  min-width: 300px;
  border: none;
}

/* Celdas de la tabla */
.rcp_subscription_details th,
.rcp_subscription_details td,
.rcp-table th,
.rcp-table td {
  padding: 12px 8px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #eee;
  word-wrap: break-word;
}

/* Encabezados */
.rcp_subscription_details th,
.rcp-table th {
  background-color: #f8f9fa;
  font-weight: 600;
  color: #333;
  border-bottom: 2px solid #dee2e6;
}

/* Filas alternas */
.rcp_subscription_details tr:nth-child(even),
.rcp-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* Enlaces y botones dentro de la tabla */
.rcp_subscription_details a,
.rcp-table a {
  word-break: break-word;
  display: inline-block;
  margin: 2px 0;
}

/* Campos de estado */
.rcp_subscription_details .rcp-status,
.rcp-table .rcp-status {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.rcp-status.active { background: #d4edda; color: #155724; }
.rcp-status.expired { background: #f8d7da; color: #721c24; }
.rcp-status.cancelled { background: #fff3cd; color: #856404; }

/* RESPONSIVE: Tablets (768px y menos) */
@media screen and (max-width: 768px) {
  .rcp_subscription_details,
  .rcp-table {
    font-size: 14px;
  }
  
  .rcp_subscription_details th,
  .rcp_subscription_details td,
  .rcp-table th,
  .rcp-table td {
    padding: 10px 6px;
  }
  
  /* Hacer scroll horizontal más suave */
  .rcp_subscription_details {
    overflow-x: scroll;
    white-space: nowrap;
  }
}

/* RESPONSIVE: Móviles (480px y menos) */
@media screen and (max-width: 480px) {
  /* Convertir tabla en lista vertical */
  .rcp_subscription_details,
  .rcp_subscription_details table,
  .rcp_subscription_details thead,
  .rcp_subscription_details tbody,
  .rcp_subscription_details th,
  .rcp_subscription_details td,
  .rcp_subscription_details tr,
  .rcp-table,
  .rcp-table table,
  .rcp-table thead,
  .rcp-table tbody,
  .rcp-table th,
  .rcp-table td,
  .rcp-table tr {
    display: block;
  }
  
  /* Ocultar encabezados de tabla */
  .rcp_subscription_details thead tr,
  .rcp-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  /* Estilo de tarjetas para móvil */
  .rcp_subscription_details tr,
  .rcp-table tr {
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }
  
  /* Cada celda como elemento de lista */
  .rcp_subscription_details td,
  .rcp-table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 12px 8px 12px 35%;
    white-space: normal;
    text-align: left;
  }
  
  /* Agregar etiquetas antes de cada dato */
  .rcp_subscription_details td:before,
  .rcp-table td:before {
    content: attr(data-label);
    position: absolute;
    left: 8px;
    width: 30%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: 600;
    color: #666;
  }
  
  /* Si no hay data-label, usar etiquetas genéricas */
  .rcp_subscription_details td:nth-of-type(1):before { content: "Membresía:"; }
  .rcp_subscription_details td:nth-of-type(2):before { content: "Estado:"; }
  .rcp_subscription_details td:nth-of-type(3):before { content: "Fecha:"; }
  .rcp_subscription_details td:nth-of-type(4):before { content: "Renovación:"; }
  .rcp_subscription_details td:nth-of-type(5):before { content: "Acciones:"; }
}

/* Mejorar botones dentro del shortcode */
.rcp_subscription_details .button,
.rcp_subscription_details .btn,
.rcp-table .button,
.rcp-table .btn {
  display: inline-block;
  padding: 8px 16px;
  margin: 4px 2px;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Responsive para botones en móvil */
@media screen and (max-width: 480px) {
  .rcp_subscription_details .button,
  .rcp_subscription_details .btn,
  .rcp-table .button,
  .rcp-table .btn {
    display: block;
    width: 100%;
    margin: 8px 0;
    text-align: center;
  }
}

/* Contenedor wrapper para mejor control */
.rcp-subscription-wrapper {
  max-width: 100%;
  overflow: hidden;
  margin: 20px 0;
}

.rcp-subscription-wrapper .rcp_subscription_details {
  margin: 0;
}
h3 {
    padding-bottom: 15px !important;
}/* End custom CSS */