/*
Theme Name: bosa-insurance-agency-child
Template: bosa-insurance-agency
*/
#headerLogo {
  max-width: 60px;
}
.site-content {
  padding-top: 10px;
  padding-bottom: 10px;
}
.breadcrumb-wrap {
  margin-bottom: 0;
}
.wp-block-table {
  width: 100%;
  margin: 30px auto;
  border-collapse: collapse;
  border-radius: 18px;
  background: linear-gradient(135deg, #1b153a 0%, #221b4e 100%);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}
.wp-block-table thead {
  background: linear-gradient(90deg, #5346f8 0%, #00d4ff 100%);
}
.wp-block-table thead th {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.8px;
  padding: 16px 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.wp-block-table thead th:last-child {
  border-right: none;
}
.wp-block-table tbody td {
  text-align: center;
  padding: 14px 12px;
  color: #e3e3e3;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  transition: background 0.3s ease, color 0.3s ease;
}
.wp-block-table tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.04);
}
.wp-block-table tbody tr:hover td {
  background: rgba(83, 70, 248, 0.25);
  color: #fff;
}
.wp-block-table tbody td:first-child {
  font-weight: 600;
  color: #00d4ff;
  text-shadow: 0 0 8px rgba(83, 70, 248, 0.7);
}
.wp-block-table tbody td:last-child {
  color: #b5a7ff;
  font-weight: 500;
}
.wp-block-table table,
.wp-block-table thead tr:first-child th:first-child {
  border-top-left-radius: 18px;
}
.wp-block-table thead tr:first-child th:last-child {
  border-top-right-radius: 18px;
}
/* 🎰 Neon Casino Row */
.jtbl-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #1b153a 0%, #241e56 100%);
  border: 1px solid rgba(83, 70, 248, 0.3);
  border-radius: 16px;
  padding: 18px 24px;
  margin-bottom: 20px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}
.jtbl-row:hover {
  border-color: #5346f8;
  box-shadow: 0 0 20px rgba(83, 70, 248, 0.5), 0 0 40px rgba(0, 212, 255, 0.2);
  transform: translateY(-3px);
}
.jtbl-icon {
  flex: 0 0 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jtbl-img {
  background-color: #fff;
  padding: 6px;
  border-radius: 8px;
  margin: 0;
  box-shadow: rgba(0, 0, 0, 0.68) 0px 2px 6px inset;
  width: 145px;
  height: 110px;
  object-fit: cover;
}
.jtbl-row:hover .jtbl-img {
  transform: scale(1.05);
}
.jtbl-bonus {
  flex: 1;
  text-align: center;
  padding: 0 20px;
}
.jtbl-bonus-text {
  color: #e5e3ff;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-shadow: 0 0 8px rgba(83, 70, 248, 0.3);
}
.jtbl-link {
  flex: 0 0 160px;
  display: flex;
  justify-content: center;
}
.jtbl-play-now {
  display: inline-block;
  background: linear-gradient(90deg, #5346f8 0%, #00d4ff 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  padding: 12px 28px;
  border-radius: 50px;
  box-shadow: 0 0 15px rgba(83, 70, 248, 0.4);
  transition: all 0.3s ease;
}
.jtbl-play-now:hover {
  background: linear-gradient(90deg, #00d4ff 0%, #5346f8 100%);
  box-shadow: 0 0 25px rgba(0, 212, 255, 0.6);
  transform: scale(1.05);
}
/* 🧾 ICON LIST — Editorial Pro Style */
.icon-list {
  list-style: none;
  margin-bottom: 30px;
  padding: 0;
  display: grid;
  gap: 18px;
  counter-reset: list-counter;
}
.icon-list li {
  position: relative;
  padding: 18px 20px 18px 60px;
  border-radius: 14px;
  background: #f7f7fb;
  border-left: 6px solid #5346f8;
  box-shadow: 0 2px 8px rgba(83, 70, 248, 0.05);
  color: #2c2c35;
  transition: all 0.25s ease;
}
.icon-list li:hover {
  background: #eeeffe;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(83, 70, 248, 0.15);
}
.icon-list strong {
  color: #5346f8;
}
/* 🪶 CHECK LIST — Soft Minimal Lifestyle Style */
.check-list {
  list-style: none;
  margin-bottom: 30px;
  padding: 0;
  display: grid;
  gap: 16px;
}
.check-list li {
  position: relative;
  background: #f9f9fc;
  border-radius: 16px;
  padding: 18px 20px 18px 56px;
  color: #2e2e38;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.03);
  transition: all 0.25s ease;
}
.check-list li:hover {
  background: #f1f0ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(83, 70, 248, 0.1);
}
.check-list li::before {
  content: "✔";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #5346f8;
  background: #eae7ff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: inset 0 0 3px rgba(83, 70, 248, 0.25);
}
.check-list li strong {
  color: #3d36b4;
  font-weight: 600;
}
@media (max-width: 768px) {
  .jtbl-row {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }
  .jtbl-icon {
    margin-bottom: 15px;
  }
  .jtbl-bonus {
    padding: 10px 0;
  }
  .jtbl-play-now {
    width: 100%;
  }
  .jtbl-link {
    flex: 0;
  }
}
