.elementor-1288 .elementor-element.elementor-element-e3f7b9a{--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 wp-widget-custom_html, class: .elementor-element-25ca959 *//* OmniHub Master Terms & Conditions Page */

.oh-master {
  background-color: #f4f6f9;
  color: #111827;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Container */
.oh-master-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero */
.oh-master-hero {
  background:
    radial-gradient(circle at top left, rgba(35, 189, 255, 0.28), transparent 60%),
    linear-gradient(135deg, #020617, #0b1726);
  color: #f9fafb;
  padding: 96px 0 72px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.65);
}

.oh-master-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(209, 213, 219, 0.9);
  margin-bottom: 10px;
}

.oh-master-title {
  font-size: clamp(2.1rem, 3.6vw, 2.7rem);
  font-weight: 800;
  letter-spacing: 0.03em;
  margin: 0 0 12px;
}

.oh-master-hero-lead {
  max-width: 820px;
  font-size: 0.98rem;
  color: rgba(229, 231, 235, 0.9);
  margin: 0;
}

/* Main layout */
.oh-master-main {
  padding: 48px 0 72px;
}

.oh-master-layout {
  display: grid;
  grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
  gap: 40px;
  align-items: flex-start;
}

/* TOC */
.oh-master-toc {
  position: sticky;
  top: 96px;
  align-self: flex-start;
  font-size: 0.85rem;
  color: #4b5563;
}

.oh-master-toc-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #6b7280;
  margin: 0 0 10px;
}

.oh-master-toc-list {
  list-style: none;
  margin: 0;
  padding: 10px 0 0;
  border-top: 1px solid #e5e7eb;
}

.oh-master-toc-list li + li {
  margin-top: 6px;
}

.oh-master-toc-list a {
  color: #4b5563;
  text-decoration: none;
  position: relative;
  padding-left: 10px;
  display: inline-block;
  transition: color 0.15s ease, transform 0.15s ease;
}

.oh-master-toc-list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background-color: #d1d5db;
  transform: translateY(-50%);
}

.oh-master-toc-list a:hover {
  color: #111827;
  transform: translateX(2px);
}

.oh-master-toc-list a:hover::before {
  background-color: #23bdff;
}

/* Content card */
.oh-master-content {
  background-color: #ffffff;
  border-radius: 14px;
  box-shadow:
    0 18px 50px rgba(15, 23, 42, 0.08),
    0 0 0 1px rgba(209, 213, 219, 0.5);
  padding: 28px 26px 32px;
}

/* Sections */
.oh-master-section + .oh-master-section {
  border-top: 1px solid #e5e7eb;
  margin-top: 24px;
  padding-top: 24px;
}

.oh-master-section h2 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 10px;
  color: #111827;
  position: relative;
  padding-bottom: 4px;
}

.oh-master-section h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 2px;
  background: linear-gradient(90deg, #23bdff, transparent);
}

.oh-master-section h3 {
  font-size: 0.98rem;
  font-weight: 600;
  margin: 16px 0 6px;
  color: #111827;
}

.oh-master-section p {
  font-size: 0.94rem;
  color: #374151;
  margin: 0 0 10px;
}

.oh-master-section ul {
  padding-left: 18px;
  margin: 4px 0 10px;
}

.oh-master-section ul li {
  font-size: 0.94rem;
  color: #374151;
  margin-bottom: 4px;
}

.oh-master-section strong {
  font-weight: 600;
}

.oh-master-subtitle {
  margin: -6px 0 10px;
  color: #6b7280;
  font-size: 0.95rem;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 960px) {
  .oh-master-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .oh-master-toc {
    position: static;
    order: -1;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 16px;
  }

  .oh-master-content {
    padding: 22px 18px 26px;
  }
}

@media (max-width: 640px) {
  .oh-master-hero {
    padding: 72px 0 56px;
  }

  .oh-master-title {
    font-size: 2rem;
  }
}

/* Schedule A — Single Accordion (Tier-A) */
.oh-master-accordion {
  margin-top: 14px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: linear-gradient(135deg, #ffffff, #f9fafb);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.oh-master-accordion__summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 16px;
  font-weight: 700;
  font-size: 0.95rem;
  color: #0f172a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid rgba(229, 231, 235, 0.9);
  user-select: none;
}

.oh-master-accordion__summary::-webkit-details-marker {
  display: none;
}

.oh-master-accordion__chev {
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(17, 24, 39, 0.55);
  border-bottom: 2px solid rgba(17, 24, 39, 0.55);
  transform: rotate(45deg);
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.oh-master-accordion[open] .oh-master-accordion__chev {
  transform: rotate(-135deg);
  border-color: rgba(35, 189, 255, 0.95);
}

.oh-master-accordion__summary:hover {
  background: rgba(35, 189, 255, 0.06);
}

.oh-master-accordion__summary:focus-visible {
  outline: 3px solid rgba(35, 189, 255, 0.35);
  outline-offset: 2px;
  border-radius: 10px;
}

.oh-master-accordion__content {
  padding: 16px 16px 18px;
}

.oh-master-accordion__content h3 {
  margin: 14px 0 6px;
}

.oh-master-accordion__content p {
  margin-bottom: 10px;
  color: #374151;
}/* End custom CSS */