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

.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;
  }
  
  .oklist li::before {
    content: '✔';
    color: #2ecc71;
    margin-right: 6px;
  }
  
  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;
    margin-top: 30px;
  }
  
  .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;
}

.mf-photos-header{ margin-bottom: 10px; font-size: 14px; opacity: .85; }
.mf-photos-grid{ display: grid; grid-template-columns: repeat(auto-fill, minmax(96px, 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:16px;font-weight:800;margin:0 0 8px}
  .jf-plan-card__sub{margin:0 0 12px;color:#666;font-size:13px}
  .jf-plan-card__cols {
display: grid
;
grid-template-columns: repeat(1, 1fr);
gap: 14px;
}
  .jf-plan-card__limits{margin:0;padding-left:18px}
  .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}
  .jf-plan-card__dot{width:10px;height:10px;border-radius:999px;margin-top:6px;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}}

  .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;
}

.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;
  column-gap: 20px;
}
.mf-input{padding:14px 16px;border:1px solid #cfcfcf;border-radius:12px;font-size:16px; width: 100%; position: relative;}