.elementor-130202 .elementor-element.elementor-element-c747645{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-130202 .elementor-element.elementor-element-cd03328{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-c747645 */.mega-tabs {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

/* ✅ General Button Styles */
.tabs-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 250px; /* adjust for exact menu width */
}

/* ✅ Top Link Button */
.nicotine-btn {
  display: block;
  text-align: center;
  padding: 12px 20px;
  background: #0070D5;
  color: #fff !important;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}
.nicotine-btn:hover {
  background: #004d5e;
}

/* ✅ Tab Buttons Matching Screenshot Style */
.tabs-buttons button {
  background: transparent;
  border: 1px solid #cfd5da;
  border-radius: 8px;
  padding: 14px 20px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.tabs-buttons button .arrow {
  font-size: 20px;
  font-weight: bold;
}

.tabs-buttons button:hover,
.tabs-buttons button.active {
  background: #f5f8fc;
  border-color: #0073e6;
  color: #0073e6;
}

/* ✅ Hide inactive content */
.tab-block {
  display: none;
}
.tab-block.active {
  display: block;
}

/* ✅ Content Panel Styling */
.tabs-content {
  flex: 1;
  padding-left: 10px;
}/* End custom CSS */