/*!
Theme Name: Kava Child
Theme URI:
Author: Zemez
Author URI:
Description: Kava child theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kava-child
*/


  /* Card container */
.nl-ai-card{
  position: relative;
  background:
	radial-gradient(400px 200px at 20% 0%, rgba(255, 106, 0, .10), transparent 60%), 
	radial-gradient(400px 200px at 80% 20%, rgb(0 78 255 / 5%), transparent 80%), 
	linear-gradient(180deg, rgba(20, 20, 25, 0.5), rgba(15, 15, 19, 0.8));
  border-radius: 16px;
  padding: 22px 24px;
  color:#f3f3f3;
  box-shadow:
    0 10px 30px rgba(0,0,0,.35),
    0 0 0 1px rgba(255,255,255,.06);
	
}


  /* Title */
  .nl-ai-card h3{
    margin:0 0 14px;
    color:#ff6a00;
    font-size:22px;
    font-weight:700;
  }

  /* Paragraphs */
  .nl-ai-text{
    margin:0 0 18px;
    line-height:1.7;
    font-size:14px;
    color:#f3f3f3;
  }

  /* Reset list */
  .nl-ai-list{
    list-style:none;
    margin:0 0 18px;
    padding:0;
  }

  /* Li + glowing bullet */
  .nl-ai-list li{
    position:relative;
    padding-left:26px;
    margin-bottom:10px;
    font-size:14px;
    line-height:1.7;
    color:#f3f3f3;
  }

  .nl-ai-list li::before{
    content:"";
    position:absolute;
    left:0;
    top:8px;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#ff6a00;
    box-shadow:
      0 0 6px rgba(255,106,0,1),
      0 0 14px rgba(255,106,0,.8),
      0 0 24px rgba(255,106,0,.5);
  }

  /* Bottom note */
  .nl-ai-note{
    margin:0;
    font-size:13px;
    line-height:1.6;
    font-weight:600;
    color:#ffb22e;  /* brighter orange highlight */
  }
  
  .card__icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 106, 0, .10);
    border: 1px solid rgba(255, 106, 0, .28);
    box-shadow: var(--glow);
    margin-bottom: 12px;
}

    .card__icon svg {
    width: 22px;
    height: 22px;
    fill: #ff6a00;
    filter: drop-shadow(0 0 10px rgba(255, 106, 0, .35));
}

/* === Infographic layout (works with your existing .nl-ai-card styles) === */
.nl-flow {
  --nl-orange: #ff6a00;
  --nl-border: #2a2a2f;
  --nl-text: #f3f3f3;
  --nl-muted: rgba(243,243,243,.72);
}

/* header spacing */
.nl-flow__header { margin-bottom: 14px; }

/* grid: mobile-first */
.nl-flow__grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

/* steps list */
.nl-flow__steps{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.nl-flow__step{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
  position: relative;
}

/* orange number badge */
.nl-flow__num{
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #1a120a;
  background: linear-gradient(180deg, #ffb22e, var(--nl-orange));
  box-shadow: 0 0 0 6px rgba(255, 106, 0, .10), 0 10px 25px rgba(255, 106, 0, .22);
  flex: 0 0 auto;
}

.nl-flow__title{
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--nl-text);
}

.nl-flow__desc{
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--nl-muted);
}

/* right side */
.nl-flow__side{
  display: grid;
  gap: 10px;
  align-content: start;
}

.nl-flow__pill{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(180deg, rgba(11,13,19,.60), rgba(9,11,16,.60));
}

.nl-flow__pillTitle{
  font-size: 13px;
  font-weight: 800;
  color: var(--nl-text);
}

.nl-flow__pillSub{
  font-size: 12px;
  color: var(--nl-muted);
  margin-top: 2px;
}

.nl-flow__chip{
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,106,0,.28);
  background: rgba(255,106,0,.10);
  color: #ffcfb3;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

/* desktop layout */
@media (min-width: 920px){
  .nl-flow__grid{
    grid-template-columns: 1.15fr .85fr;
    gap: 16px;
  }
}

.jet-apb-calendar-appointments-list {
    padding: 0 !important;
}

.jet-apb-calendar .jet-apb-calendar-slots .jet-apb-calendar-slots-container {
    padding: 0 !important;
}
