textarea#desc {
    padding: 10px;
    border: solid 1px #cccc;
    border-radius: 5px;
    font-family: arial;
    min-height: 100px;
}

.jf-desc-editor-wrap {
  border: 1px solid #d9e1ec;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

.jf-desc-editor-wrap .wp-editor-wrap,
.jf-desc-editor-wrap .wp-editor-container {
  border: 0;
}

.jf-desc-editor-wrap .mce-toolbar-grp,
.jf-desc-editor-wrap .quicktags-toolbar {
  border: 0;
  border-bottom: 1px solid #d9e1ec;
  background: #f8fafc;
  padding: 10px 12px;
}

.jf-desc-editor-wrap .mce-btn {
  border-radius: 10px;
}

.jf-desc-editor-wrap .mce-edit-area {
  border: 0 !important;
}

.jf-desc-editor-wrap iframe,
.jf-desc-editor-wrap textarea#desc {
  min-height: 260px;
}

.jf-desc-editor-wrap textarea#desc {
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 18px 20px;
  resize: vertical;
  font-family: inherit;
}

.mf-checks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 420px));
    gap: 16px;
}

.mf-wizard__link.is-locked { opacity: .55; }


.exito {
  max-width: 800px;
  margin: 0 auto;
}

.mf-hint {
    background: #f1f3f5;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    padding: 12px 14px;
  }
  
  .mf-drop {
    position: relative;
    border: 2px dashed #d9d9d9;
    border-radius: 14px;
    padding: 30px;
    background: #fafafa;
    text-align: center;
    transition: .2s;
  }
  .mf-drop.is-on {
    border-color: var(--mf-azul);
    background: #e6f5fb;
  }
  .mf-drop input[type=file] {
    position: absolute; inset: 0;
    opacity: 0; cursor: pointer;
  }
  
  .mf-toolbar {
    display: flex; justify-content: space-between;
    align-items: center; flex-wrap: wrap;
    gap: 10px;
  }
  
  .mf-pill {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 999px;
    padding: 6px 10px;
  }
  
  .mf-gallery {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
  }
  @media (max-width:1000px){ .mf-gallery{grid-template-columns:repeat(3,1fr);} }
  @media (max-width:700px){ .mf-gallery{grid-template-columns:repeat(2,1fr);} }
  @media (max-width:480px){ .mf-gallery{grid-template-columns:1fr;} }
  
  .mf-item {
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    background: #fff;
    padding: 8px;
  }
  
  .mf-fig {
    position: relative;
    aspect-ratio: 16/10;
    background: #f3f6f8;
    border-radius: 10px;
    overflow: hidden;
  }
  .mf-fig img {
    width: 100%; height: 100%;
    object-fit: cover;
  }
  .mf-badge {
    background: #000;
    padding: 5px 15px;
    border-radius: 10px;
    width: fit-content;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
}
  
  .mf-item.is-featured .mf-fig {
    outline: 2px solid var(--mf-red);
  }
  .mf-item.is-featured .mf-badge {
    display: inline-flex;
  }
  
  .mf-error { color: #b3261e; }

  ul#gallery {
    list-style: none;
    padding: 0px;
}

/* mf-revision.css */

.mf-revision {
    color: var(--color-texto, #111);
    font-family: Inter, sans-serif;
  }
  
  .mf-revision__bloque {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  
  .mf-revision__bloque + .mf-revision__bloque {
    margin-top: 20px;
  }
  
  .mf-revision__lista {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  
  .mf-revision__lista li {
    font-size: 14px;
    line-height: 1.45;
    color: #333;
  }

  table.mf-table {
    text-align: left;
}
  
  .mf-revision__lista li strong {
    font-weight: 700;
    margin-right: 4px;
  }
  

  
  .mf-btn-edit:hover {
    text-decoration: underline;
    color: #1e1ee0;
  }
  
  .mf-check {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    margin-top: 10px;
  }
  
  .mf-check input[type="checkbox"] {
    width: 18px;
    height: 18px;
  }
  
  .muted {
    color: #000;
    font-size: 14px;
  }
  
  .oklist {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 16px;
  }
  
  .oklist li::before{
    content: "\f058";              /* fa-check-circle (ojo: f058 es check-circle, no check) */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;              /* solid */
    color: #2ecc71;
    margin-right: 10px;
    display: inline-block;
  }
  
  button.bt-s.col-ver {
    background-color: #a4d962;
    border: none;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  button.bt-s.col-ver:hover {
    background-color: #91c94f;
  }

  .mf-btn-edit {
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
    background: #edeaea;
    display: flex;
    height: 30px;
    font-size: 12px !important;
    padding: 0px 10px;
    align-items: center;
    border-radius: 50pc;
}
  
/* mf-exito.css */

.mf-exito {
    color: #111;
    font-family: Inter, sans-serif;
    text-align: center;
  }
  
  .mf-exito .muted {
    color: #777;
  }
  
  .mf-exito__tabla {
    margin-top: 20px;
    border-collapse: collapse;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }
  
  .mf-exito__fila {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #ddd;
    padding: 10px 0;
  }
  
  .mf-exito__cabecera {
    font-weight: 700;
    background: #f9f9f9;
    border-top: 2px solid #111;
  }
  
  .mf-exito__celda {
    padding: 10px 12px;
    text-align: left;
  }
  
  .mf-exito__acciones {
    margin-top: 20px;
    justify-content: center;
  }
  
  .mf-btn.ghost {
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: 500;
    color: #111;
    border-radius: 24px;
    text-align: center;
    text-decoration: none;
    transition: 0.2s ease;
    background: transparent;
  }
  
  .mf-btn.ghost:hover {
    background-color: #f5f5f5;
  }

  /* mf-cuenta.css */

.mf-cuenta {
    color: #111;
    font-family: Inter, sans-serif;
  }
  
  .mf-cuenta__info {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  
  /* Tarjetas resumen */
  .mf-card {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 16px;
    min-width: 120px;
    font-size: 16px;
  }


  .mf-card--activo {
    background-color: #59a8c6 !important;
    color: #fff;
    border-color: transparent;
  }
  
  .mf-card__valor {
    font-size: 32px;
    font-weight: 700;
    margin-top: 8px;
  }
  
  /* Tabla Jardines */
  .mf-cuenta__tabla {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    border-top: 1px solid #ccc;
  }
  
  .mf-cuenta__fila {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 2fr;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    align-items: center;
  }
  
  .mf-cuenta__header {
    font-weight: 700;
    background: #f9f9f9;
  }
  
  .mf-cuenta__acciones {
    display: flex;
    gap: 12px;
  }
  
  .mf-cuenta__acciones a {
    text-decoration: underline;
    font-weight: 500;
    font-size: 14px;
    color: #111;
    transition: 0.2s;
  }
  
  .mf-cuenta__acciones a:hover {
    color: #0077cc;
  }
  
  /* Botón ghost */
  button.bt-s.col-gris {
    background: transparent;
    border: 1px solid #aaa;
    border-radius: 24px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
  }
  
  button.bt-s.col-gris:hover {
    background: #f5f5f5;
  }

  .ademas {
    padding-bottom: 20px;
}

.maxim {
  width: fit-content !important;
  display: block;
  background: #fff;
  border: solid 2px #000;
  padding: 5px 20px;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 700;
}

.mf-photos-header{ margin-bottom: 10px; font-size: 14px; opacity: .85; }
.mf-photos-grid{ display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.mf-photo-item{ position: relative; display:block; border-radius: 14px; overflow:hidden; }
.mf-photo-thumb{ width:100%; height:96px; object-fit:cover; display:block; }
.mf-photo-item.is-featured{ outline: 2px solid currentColor; }
.mf-photo-badge{
  position:absolute; left:8px; bottom:8px;
  font-size:12px; padding:4px 8px; border-radius:999px;
  background: rgba(0,0,0,.6); color:#fff;
}

.woocommerce img, .woocommerce-page img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
  

  .jf-plan-card{border:1px solid #e6e6e6;border-radius:14px;padding:18px 18px 14px;margin:0 0 14px;background:#fff}
  .jf-plan-card__title{font-size:18px;font-weight:800;margin:0 0 8px;line-height:1.2;color:#111827}
  .jf-plan-card__sub{margin:0 0 16px;color:#666;font-size:13px;line-height:1.45}
  .jf-plan-card__cols{display:grid;grid-template-columns:repeat(1,1fr);gap:16px}
  .jf-plan-card__limits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0 0 12px;padding:0;list-style:none}
  .jf-plan-card__limits li{display:flex;flex-direction:column;gap:4px;background:#f8fafc;border:1px solid #edf2f7;border-radius:12px;padding:11px 12px}
  .jf-plan-card__limit-label{font-size:11px;font-weight:800;text-transform:uppercase;color:#03ACCE;letter-spacing:.02em;line-height:1.1}
  .jf-plan-card__limit-value{font-size:16px;font-weight:700;color:#111827;line-height:1.25}
  .jf-plan-card__upgrade-title{font-size:16px;font-weight:800;line-height:1.25;margin-bottom:10px;color:#111827}
  .jf-plan-card__grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}
  .jf-plan-card__item{display:flex;gap:10px;align-items:flex-start;font-size:14px;line-height:1.25;color:#111827}
  .jf-plan-card__dot{width:10px;height:10px;border-radius:999px;margin-top:4px;flex:0 0 10px}
  .jf-on .jf-plan-card__dot{background:#22c55e}
  .jf-off .jf-plan-card__dot{background:#f87171}
  .jf-plan-card__note{margin-top:12px;font-size:12px;color:#666}
  .jf-divider{height:1px;background:#eee;margin:14px 0}
  @media(max-width:720px){.jf-plan-card__cols{grid-template-columns:1fr}.jf-plan-card__grid{grid-template-columns:1fr}.jf-plan-card__limits{grid-template-columns:1fr}}

  .img-login {
    background: #ccc;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.img-login img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.logo-login {
  max-width: 250px;
  padding-top: 50px;
}

.mf-box {
  max-width: 550px;
}

.is-apo, .is-dueno {
  background: #fff;
  border: solid 2px #1aa1bf;
  color: #1aa1bf;
  font-size: 18px;
}

.is-dueno.is-on, .is-apo.is-on {
  background: #1aa1bf;
  color: #fff;
  border: none;
  
}

.dats-acc a {
  font-weight: 700;
  text-decoration: underline;
}

button.btn-login, button.btn-login-google {
  background: #fff;
  border: solid 2px #1aa1bf;
  padding: 10px 20px;
  font-size: 15px;
  width: 100%;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.opciones-volver a.user-account {
  color: #000;
  border: solid 2px #000;
}

@media(max-width:812px){
  .img-login{
    display: none;
  }
  .form-auth {
    margin: 0 auto;
}
.is-apo, .is-dueno {
  font-size: 16px;
}
}

/* Google button (blanco con borde + ícono) */
.mf-google{background:#fff;border:1px solid var(--mf-gray);display:inline-flex;align-items:center;gap:10px;color:#000}
.mf-gicon{display:inline-block;width:18px;height:18px;background:conic-gradient(from 90deg,#4285f4 0 25%,#34a853 0 50%,#fbbc05 0 75%,#ea4335 0 100%);-webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 48 48%22><path fill=%22%23000%22 d=%22M44.5 20H24v8.5h11.8C34.9 33.9 30.1 37 24 37c-7.2 0-13-5.8-13-13s5.8-13 13-13c3.1 0 5.9 1.1 8.1 2.9l6-6C34.3 4.3 29.4 2.5 24 2.5 12.1 2.5 2.5 12.1 2.5 24S12.1 45.5 24 45.5 45.5 35.9 45.5 24c0-1.3-.1-2.7-.4-4z"/></svg>') center/contain no-repeat;mask: url('data:image/svg+xml;utf8,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 48 48%22><path fill=%22%23000%22 d=%22M44.5 20H24v8.5h11.8C34.9 33.9 30.1 37 24 37c-7.2 0-13-5.8-13-13s5.8-13 13-13c3.1 0 5.9 1.1 8.1 2.9l6-6C34.3 4.3 29.4 2.5 24 2.5 12.1 2.5 2.5 12.1 2.5 24S12.1 45.5 24 45.5 45.5 35.9 45.5 24c0-1.3-.1-2.7-.4-4z"/></svg>') center/contain no-repeat}

.mf-pass{position:relative}
.mf-pass__toggle {
  position: absolute;
  right: 10px;
  top: 67%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  cursor: pointer;
}
.botones-login {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
}

.jf-google-slot {
  display: flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}

.jf-google-slot > div,
.jf-google-slot iframe {
  width: 100% !important;
  max-width: 100% !important;
}

.jf-auth-help {
  margin: 8px 0 22px;
  font-size: 16px;
}

.jf-auth-help a,
.jf-owner-reset a {
  color: #1aa1bf;
  font-weight: 700;
  text-decoration: underline;
}

.jf-owner-reset {
  margin: 18px 0 24px;
  padding: 22px;
  border: 1px solid #d7e0ea;
  border-radius: 22px;
  background: #fff;
  box-sizing: border-box;
}

a.btn-datos-user {
  border: solid 2px;
  padding: 5px 20px;
  border-radius: 50px;
  font-size: 14px;
  margin-right: 10px;
}

a.btn-datos-user i {
  margin-right: 5px;
}

.opciones-cuenta {
  align-items: center;
}

.m-cuenta {
  font-size: 24px;
  margin-left: 15px;
}

.h-c {
  display: flex;
  justify-content: space-between;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 35px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
}

.avatar-inicial{
  width:42px;
  height:42px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  text-transform:uppercase;
  background:#e9eef6;
  color:#2b2b2b;
  flex:0 0 42px;
  margin-right: 10px;
}

.nombre-menu-cuenta span{
  font-size: 14px;
  font-weight: 400;
}

.nombre-menu-cuenta {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 20px;
}


ul.menu-mi-cuenta {
  list-style: none;
  padding: 0px;
  max-width: 90%;
  margin: 0 auto;
  padding: 30px 0px;
}
li.menu-mi-cuenta__item i {
  display: none;
}
li.menu-mi-cuenta__item a {
  display: none;
}
li.menu-mi-cuenta__item a {
  font-size: 16px;
  display: block;
  min-height: 44px;
  padding: 11px 0px;
  box-sizing: border-box;
}
li.menu-mi-cuenta__item.is-active a {
  font-weight: 700;
  border-bottom: solid;
}

.navegate {
    position: fixed;
    right: 0;
    width: min(400px, 100vw);
    background: #fff;
    top: 0px;
    height: 100%;
    z-index: 100001;
    box-sizing: border-box;
    transform: translateX(100%);
    transition: transform .3s ease;
    overflow-y: auto;
}

.navegate.is-open { transform: translateX(0); }

nav.woocommerce-MyAccount-navigation ul {
    padding: 0px;
    list-style: none;
}
nav.woocommerce-MyAccount-navigation li a {
    padding: 10px 30px;
    display: block;
    font-size: 17px;
}
.cerrar-menu i {
    font-size: 23px;
}

.velo-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgb(242 235 235 / 72%);
  display: none;
  z-index: 100000;
}
.mf-input{padding:14px 16px;border:1px solid #cfcfcf;border-radius:12px;font-size:16px; width: 100%; position: relative;}

@media(max-width:812px){
  span.name {
    display: none;
}
}


:root {
  /* Mismos colores corporativos que el Dashboard anterior para coherencia */
  --corp-primary: #0e7490;
  --corp-primary-hover: #155e75;
  --corp-accent: #06b6d4; 
  
  --bg-body: #f8fafc;
  --surface: #ffffff;
  --border-light: #e2e8f0;
  
  --text-main: #0f172a;
  --text-secondary: #64748b;
  
  /* Colores de Estado Semánticos */
  --status-active-bg: #ecfdf5; --status-active-text: #059669;
  --status-warning-bg: #fefce8; --status-warning-text: #ca8a04;
  --status-danger-bg: #fef2f2; --status-danger-text: #dc2626;
  --status-draft-bg: #f1f5f9; --status-draft-text: #475569;

  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* --- 1. ENCABEZADO DE SECCIÓN --- */
.page-header {
  margin-bottom: 30px;
}

.page-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-main);
}

.page-desc {
  font-size: 0.95rem;
  max-width: 700px;
  line-height: 1.5;
}

/* --- 2. BARRA DE HERRAMIENTAS (Search + Add) --- */
.toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  flex-wrap: wrap;
  gap: 15px;
}

.search-box {
  position: relative;
  flex-grow: 1;
  max-width: 400px;
}

.search-box input {
  width: 100%;
  padding: 12px 15px 12px 40px;
  border-radius: 8px;
  border: 1px solid var(--border-light);
  background: var(--surface);
  font-family: inherit;
  color: var(--text-main);
  box-shadow: var(--shadow-sm);
  transition: all 0.2s;
}

.search-box input:focus {
  outline: none;
  border-color: var(--corp-primary);
  box-shadow: 0 0 0 3px rgba(14, 116, 144, 0.1);
}

.search-icon {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-secondary);
  width: 18px;
  height: 18px;
}

.btn-add {
  background-color: var(--corp-primary);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s;
  box-shadow: 0 2px 4px rgba(14, 116, 144, 0.2);
}

.btn-add:hover { background-color: var(--corp-primary-hover); }

/* --- 3. ALERTA GLOBAL --- */
.alert-banner {
  background-color: #fffbeb; /* Amarillo muy suave */
  border-left: 4px solid #f59e0b;
  padding: 16px 20px;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 30px;
  box-shadow: var(--shadow-sm);
}

.alert-icon { color: #f59e0b; flex-shrink: 0; }
.alert-content p { margin: 0; color: #92400e; font-weight: 500; font-size: 0.95rem; }

/* --- 4. TABS / FILTROS --- */
.tabs-container {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid var(--border-light);
  margin-bottom: 30px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.tab-btn {
  background: none;
  border: none;
  padding: 10px 15px;
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--text-secondary);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  font-weight: 500;
  white-space: nowrap;
}

.tab-btn.active {
  color: var(--corp-primary);
  border-bottom-color: var(--corp-primary);
  background-color: #f0f9ff;
  border-radius: 6px 6px 0 0;
}

.tab-count {
  background: #e2e8f0;
  font-size: 0.75rem;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 6px;
  color: var(--text-secondary);
}
.tab-btn.active .tab-count { background: #bae6fd; color: #0c4a6e; }

/* --- 5. GRID DE TARJETAS DE JARDÍN --- */
.gardens-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 25px;
}

.garden-card {
  background: var(--surface);
  border: 1px solid var(--border-light);
  border-radius: 16px;
  padding: 24px;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  position: relative;
}

.garden-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
  border-color: #cbd5e1;
}

/* Header de la tarjeta */
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

.garden-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 4px;
}

.garden-meta {
  font-size: 0.85rem;
  color: var(--text-secondary);
}

/* Badges de Estado */
.badge {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.badge.active { background: var(--status-active-bg); color: var(--status-active-text); }
.badge.warning { background: var(--status-warning-bg); color: var(--status-warning-text); border: 1px solid #fde047; }
.badge.expired { background: var(--status-danger-bg); color: var(--status-danger-text); }
.badge.draft { background: var(--status-draft-bg); color: var(--status-draft-text); border: 1px dashed #94a3b8; }

/* Sección de Datos (Fechas y Mensajes) */
.data-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin: 0px 0;
  padding: 15px 0;
  border-top: 1px solid #f1f5f9;
  border-bottom: 1px solid #f1f5f9;
}

.data-item {
  display: flex;
  flex-direction: column;
}

.data-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  color: var(--text-secondary);
  margin-bottom: 4px;
  font-weight: 600;
}

.data-value {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-main);
}

/* Footer de Acciones */
.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto; /* Empuja los botones al fondo */
}

/* Estilos de Botones dentro de la tarjeta */
.btn {
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
  flex-grow: 1; /* Para que ocupen espacio equilibrado */
  text-decoration: none;
  border: 1px solid transparent;
}

.btn-primary {
  background-color: var(--corp-primary);
  color: white;
  box-shadow: 0 2px 4px rgba(14, 116, 144, 0.15);
}
.btn-primary:hover { background-color: var(--corp-primary-hover); }

.btn-outline {
  background-color: #fff;
  border: 2px solid #000;
  color: var(--text-main);
}
.btn-outline:hover { border-color: var(--text-secondary); background: #f8fafc; }

.btn-danger-outline {
  background-color: transparent;
  border: 1px solid #fee2e2;
  color: #ef4444;
}
.btn-danger-outline:hover { background-color: #fef2f2; border-color: #fca5a5; }

/* Botón especial para renovar */
.btn-renew {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: white;
  font-weight: 600;
  border: none;
  box-shadow: 0 4px 6px -1px rgba(245, 158, 11, 0.3);
}
.btn-renew:hover { filter: brightness(110%); }
.jf-admin__layout{display:grid;grid-template-columns:260px 1fr;gap:24px;align-items:start}
@media(max-width:900px){.jf-admin__layout{grid-template-columns:1fr}}
.jf-admin__aside{background:#fff;border-radius:16px;padding:16px;box-shadow:0 8px 24px rgba(0,0,0,.06)}
.jf-aside__title{font-weight:800;margin-bottom:12px}
.jf-aside__menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
.jf-aside__link{display:block;padding:10px 12px;border-radius:12px;text-decoration:none}
.jf-aside__link.is-active{font-weight:800;background:rgba(0,0,0,.06)}
.jf-aside__box{margin-top:14px;padding-top:14px;border-top:1px solid rgba(0,0,0,.08)}
.jf-admin__header{display:flex;gap:16px;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}
.jf-admin__header-actions{display:flex;gap:10px;flex-wrap:wrap}

@media(max-width:812px){
  .jf-admin__header-actions{
    margin-bottom: 30px;
  }
}

.page-desc ul {
  list-style: none;
  padding: 0px;
}

.jf-desc-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 8px 0 10px;
  padding: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #f8fafc;
}

.jf-desc-tool {
  width: 36px;
  height: 36px;
  border: 1px solid #dbe4ee;
  border-radius: 9px;
  background: #fff;
  color: #374151;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.jf-desc-tool:hover {
  border-color: #03ACCE;
  color: #03ACCE;
}

.jf-desc-select,
.jf-desc-color {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #dbe4ee;
  border-radius: 9px;
  background: #fff;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 700;
  color: #4b5563;
}

.jf-desc-select select,
.jf-desc-color input {
  border: 0;
  background: transparent;
  min-height: 30px;
}
