.elementor-154 .elementor-element.elementor-element-ebe0913{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-154 .elementor-element.elementor-element-ebe0913{--content-width:100%;}}/* Start custom CSS */:root {
  --og-bg: #ffffff;
  --og-text: #1a1a1a;
  --og-text-muted: #6b7280;
  --og-border: #e5e7eb;
  --og-primary: #dc2626;
  --og-highlight-bg: #f9fafb;
}

.og-legal-page {
  min-height: 100vh;
  background: var(--og-bg);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--og-text);
  line-height: 1.6;
}

.og-legal-header {
  border-bottom: 1px solid var(--og-border);
  padding: 16px 0;
}

.og-legal-header-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.og-legal-logo {
  height: 32px;
  width: 30px;
}

.og-legal-back-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--og-text-muted);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}

.og-legal-back-link:hover {
  color: var(--og-text);
}

.og-legal-back-link svg {
  width: 16px;
  height: 16px;
}

.og-legal-main {
  max-width: 800px;
  margin: 0 auto;
  padding: 48px 16px;
}

.og-legal-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--og-text);
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .og-legal-title {
    font-size: 40px;
  }
}

.og-legal-date {
  font-size: 14px;
  color: var(--og-text-muted);
  margin-bottom: 24px;
}

.og-legal-content {
  color: var(--og-text-muted);
}

.og-legal-section {
  margin-bottom: 32px;
}

.og-legal-section h2 {
  font-size: 20px;
  font-weight: 600;
  color: var(--og-text);
  margin-bottom: 16px;
}

.og-legal-section p {
  margin-bottom: 12px;
}

.og-legal-section ul {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 12px;
}

.og-legal-section ul.no-bullets {
  list-style: none;
  padding-left: 0;
}

.og-legal-section li {
  margin-bottom: 8px;
}

.og-legal-section strong {
  color: var(--og-text);
}

.og-legal-highlight {
  background: var(--og-highlight-bg);
  padding: 16px;
  border-radius: 8px;
  margin-top: 16px;
}

.og-legal-highlight .highlight-title {
  font-weight: 600;
  color: var(--og-text);
  margin-bottom: 8px;
}

.og-legal-footer {
  border-top: 1px solid var(--og-border);
  padding: 24px 0;
  margin-top: 48px;
}

.og-legal-footer-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
  font-size: 14px;
  color: var(--og-text-muted);
}/* End custom CSS */