.elementor-1318 .elementor-element.elementor-element-c6acf3b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9b61dd1 *//* ===== Clean Sponsor Card Styling ===== */

/* Card wrapper */
#sponsor-presentations .talk {
  position: relative;
  border: 1px solid #e6edf7;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(2, 6, 23, 0.06);
  padding: 110px 16px 16px;   /* reserve space for logo + booked counter */
  min-height: 220px;
  transition: transform 0.3s;
}

#sponsor-presentations .talk:hover {
  transform: scale(1.02);
}

/* Logo badge (top-left) */
#sponsor-presentations .talk .logo-box {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 180px;
  height: 60px;
  padding: 8px 10px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #E9E0CD;
  box-shadow: 0 6px 14px rgba(10, 16, 32, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
}

/* Logo fit */
#sponsor-presentations .talk .logo-fit {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sponsor-presentations .talk .logo-fit img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Booked pill (top-right) */
#sponsor-presentations .talk .booked-pill {
  position: absolute;
  top: 14px;
  right: 14px;
  margin: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: #f7fafc;
  border: 1px solid #e6edf7;
  border-radius: 999px;
  font-weight: 900;
  color: #2b3d59;
  white-space: nowrap;
}

/* Ensure text/content starts below reserved space */
#sponsor-presentations .talk > div:last-child {
  position: relative;
  z-index: 1;
}

/* Responsive tweaks */
@media (max-width: 560px) {
  #sponsor-presentations .talk { padding-top: 95px; }
  #sponsor-presentations .talk .logo-box {
    width: 150px;
    height: 52px;
    top: 12px;
    left: 12px;
  }
  #sponsor-presentations .talk .booked-pill {
    top: 12px;
    right: 12px;
    padding: 5px 10px;
    font-size: 13px;
  }
}
/* ===== Sponsor Presentations Layout ===== */

#sponsor-presentations .wrap {
  width: min(1180px, 92%);
  margin-inline: auto;
  padding: 48px 0 12px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

#sponsor-presentations h2 {
  margin: 0 0 8px;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.12;
  font-weight: 900;
  color: #76A93F;
}

#sponsor-presentations .tagline {
  margin: 6px 0 22px;
  color: #4b5b72;
  font-size: 16px;
  font-style: italic;
}

/* grid */
#sponsor-presentations .grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
@media (max-width: 1024px){
  #sponsor-presentations .grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px){
  #sponsor-presentations .grid { grid-template-columns: 1fr; }
}

/* card */
#sponsor-presentations .talk {
  position: relative;
  border: 1px solid #e6edf7;
  border-radius: 16px;
  background: #fff;
  padding: 110px 16px 16px; /* leaves space for logo + booked pill */
  min-height: 240px;
  box-shadow: 0 10px 28px rgba(2,6,23,.06);
  transition: transform .2s;
}
#sponsor-presentations .talk:hover { transform: scale(1.02); }

/* logo badge */
#sponsor-presentations .logo-box {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 180px;
  height: 60px;
  border: 1px solid #E9E0CD;
  border-radius: 12px;
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 14px rgba(10,16,32,.1);
  overflow: hidden;
}
#sponsor-presentations .logo-fit {
  width: 100%; height: 100%;
  display:flex; align-items:center; justify-content:center;
}
#sponsor-presentations .logo-fit img {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}

/* booked pill */
#sponsor-presentations .booked-pill {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 6px 12px;
  border: 1px solid #e6edf7;
  border-radius: 999px;
  background: #f7fafc;
  font-weight: 900;
  color: #2b3d59;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
}
#sponsor-presentations .booked-pill .dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: #76A93F;
  box-shadow: 0 0 0 0 rgba(118,169,63,.5);
  animation: pulse 1.8s infinite;
}
@keyframes pulse {
  to { box-shadow: 0 0 0 8px rgba(118,169,63,0); }
}

/* content text */
#sponsor-presentations .content { position: relative; z-index: 1; }
#sponsor-presentations .meta { font-size: 14px; color: #4b5b72; margin: 0 0 8px; }
#sponsor-presentations .head { margin: 0 0 6px; font-size: 19px; font-weight: 900; }
#sponsor-presentations .badges { display:flex; flex-wrap:wrap; gap:6px; margin:0 0 8px; }
#sponsor-presentations .badge {
  background:#f3f7ff; border:1px solid #e6edf7; font-size:12px;
  font-weight:700; padding:4px 8px; border-radius:8px;
}
#sponsor-presentations .bullets { margin:0 0 10px; padding-left:18px; color:#2f3e57; }
#sponsor-presentations .bullets li { margin: 4px 0; }

/* button */
#sponsor-presentations .btn {
  display:inline-flex; align-items:center; justify-content:center;
  padding:.6rem 1rem; border-radius:12px; font-weight:600;
  background:#76A93F; color:#fff; text-decoration:none;
  transition: background .2s;
}
#sponsor-presentations .btn:hover { background:#5d8931; 
    
}
.booked-pill .count{
  font-variant-numeric: tabular-nums;   /* even digit width */
  font-feature-settings: "tnum";
  min-width: 2ch;                       /* keeps width stable  */
  display:inline-block;
}

/* Float the "booked" (delegate) counter to the card's upper-right corner */
#sponsor-presentations .talk{
  position: relative; /* anchor for absolute children */
}

#sponsor-presentations .booked-pill{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;

  /* optional polish so it looks like a floating chip */
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 6px 16px rgba(2,6,23,.08);
  padding: 6px 10px;          /* keep your current pill sizing */
  border-radius: 999px;       /* keep your current roundness */
}

/* tighter on small screens */
@media (max-width:560px){
  #sponsor-presentations .booked-pill{ top:8px; right:8px; }
}

/* If you prefer it pinned to the content column (not the whole card), use this instead:
#sponsor-presentations .talk > div:last-child{ position:relative; }
#sponsor-presentations .talk > div:last-child .booked-pill{ top:10px; right:10px; }
*/
/* === Force the booked counter to the card's top-right === */
#sponsor-presentations .talk{ position:relative; overflow:visible; }

/* remove any positioning on the meta row so the pill anchors to .talk */
#sponsor-presentations .talk .meta-row{
  position: static !important;
  padding-right: 120px;            /* room so text doesn't collide with the pill */
}

/* pin the pill */
#sponsor-presentations .talk .booked-pill{
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  z-index: 5;

  /* look like a floating chip */
  background: #fff !important;
  border: 1px solid #e6edf7 !important;
  box-shadow: 0 6px 16px rgba(2,6,23,.08) !important;
  border-radius: 999px !important;
  padding: 6px 12px !important;
}

/* small screens – tuck in a bit */
@media (max-width:560px){
  #sponsor-presentations .talk .booked-pill{ top:8px !important; right:8px !important; }
  #sponsor-presentations .talk .meta-row{ padding-right: 96px; }
}
/* Make each card the positioning anchor */
#sponsor-presentations .talk {
  position: relative; /* anchor for absolute children */
}

/* Force the booked pill into the card's upper-right corner */
#sponsor-presentations .talk .booked-pill {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  margin: 0 !important;
  z-index: 10;

  /* floating chip styling */
  background: #fff !important;
  border: 1px solid #e6edf7 !important;
  box-shadow: 0 4px 12px rgba(2,6,23,0.12) !important;
  border-radius: 999px !important;
  padding: 6px 12px !important;
}

/* Make sure the meta-row doesn't fight positioning */
#sponsor-presentations .talk .meta-row {
  position: static !important;
  padding-right: 0 !important;
}

/* small screens – tuck in closer */
@media (max-width: 560px) {
  #sponsor-presentations .talk .booked-pill {
    top: 8px !important;
    right: 8px !important;
    padding: 5px 10px !important;
    font-size: 13px !important;
  }
}
/*  Anchor = entire card  */
body #sponsor-presentations .grid > .talk {
  position: relative !important;
  overflow: visible !important;
}

/*  Meta row must NOT be the anchor  */
body #sponsor-presentations .grid > .talk .meta-row {
  position: static !important;
  display: block !important;             /* take it out of the row layout */
}

/*  The pill itself, pinned to the card's corner  */
body #sponsor-presentations .grid > .talk .booked-pill {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  margin: 0 !important;
  z-index: 20 !important;

  /* chip polish */
  background: #fff !important;
  border: 1px solid #e6edf7 !important;
  border-radius: 999px !important;
  box-shadow: 0 6px 16px rgba(2,6,23,.12) !important;
  padding: 6px 12px !important;
}

/*  If your logo is in the top-left, reserve vertical space so content doesn't collide  */
body #sponsor-presentations .grid > .talk { padding-top: 96px !important; }

/*  Responsive tuck-in  */
@media (max-width:560px){
  body #sponsor-presentations .grid > .talk .booked-pill{
    top: 8px !important; right: 8px !important; padding: 5px 10px !important; font-size: 13px !important;
  }
  body #sponsor-presentations .grid > .talk { padding-top: 88px !important; }
}
#sponsor-presentations .talk{ position:relative; }
#sponsor-presentations .talk > .booked-pill{
  position:absolute; top:12px; right:12px; z-index:20;
}

.elementor-1318 .elementor-element.elementor-element-9b61dd1 .meta-row {
    position: relative;
}

.elementor-1318 .elementor-element.elementor-element-9b61dd1 .booked-pill {
    position: absolute;
    top: 0;
    right: 0;
}
/* 1) Make each card the anchor for absolute children */
#sponsor-presentations .talk {
  position: relative !important;
  overflow: visible !important;
}

/* 2) Keep the meta row behaving normally (so nothing shifts) */
#sponsor-presentations .talk .meta-row {
  display: flex !important;                 /* restore row layout */
  align-items: center !important;
  justify-content: space-between !important;
  position: static !important;              /* not a positioning context */
  padding-right: 0 !important;              /* undo any earlier padding pushes */
}

/* 3) Pin only the pill to the card's upper-right corner */
#sponsor-presentations .talk .booked-pill {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  margin: 0 !important;
  z-index: 20 !important;

  /* visual chip (optional) */
  background: #fff !important;
  border: 1px solid #e6edf7 !important;
  border-radius: 999px !important;
  box-shadow: 0 6px 16px rgba(2,6,23,.12) !important;
  padding: 6px 12px !important;
}

/* 4) If the pill overlaps the logo or text, add a touch of top space to the content column only */
#sponsor-presentations .talk > div:last-child {
  padding-top: 8px !important;
}

/* Small screens */
@media (max-width:560px){
  #sponsor-presentations .talk .booked-pill {
    top: 8px !important; right: 8px !important;
    padding: 5px 10px !important; font-size: 13px !important;
  }
}/* End custom CSS */