.elementor-1997 .elementor-element.elementor-element-36859ab{--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:-10em;--margin-bottom:0em;--margin-left:0em;--margin-right:0em;}/* Start custom CSS for html, class: .elementor-element-0afa5b2 *//* ============================================
   Exaghost - Terms of Service Page Styles
   For Elementor Free + Ghost Theme
   ============================================ */

/* Container */
.exaghost-terms-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  padding-top: 5rem;
 
}

/* Header */
.exaghost-terms-header {
  background: linear-gradient(135deg, #1A1A2E 0%, #2D2D4A 50%, #3D1A2E 100%);
  padding: 80px 0 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: -120px;
}

.exaghost-terms-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(255, 107, 53, 0.15), transparent 70%);
  pointer-events: none;
}

.exaghost-terms-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #FF6B35, #D946EF, #FF6B35);
}

.exaghost-terms-header h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  margin-bottom: 15px;
  color: white;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.exaghost-publish-date {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

/* Main Content Card */
.exaghost-terms-content {
  background: #FFFFFF;
  border-radius: 20px;
  margin-bottom: 60px;
  padding: 50px 60px;
  box-shadow: 0 10px 15px -3px rgba(26, 26, 46, 0.1);
  position: relative;
  z-index: 2;
}

/* Table of Contents */
.exaghost-toc {
  background: #FFF8F5;
  border-radius: 16px;
  padding: 25px 30px;
  margin-bottom: 40px;
  border: 1px solid #F5EFEB;
}

.exaghost-toc h3 {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FF6B35;
}

.exaghost-toc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 30px;
}

.exaghost-toc-link {
  display: block;
  font-size: 0.9rem;
  padding: 6px 0;
  color: #4A4A6A;
  text-decoration: none;
  transition: all 0.25s ease;
  border-bottom: 1px dashed transparent;
}

.exaghost-toc-link:hover {
  color: #FF6B35;
  border-bottom-color: #FFB89A;
  transform: translateX(5px);
}

/* Sections */
.exaghost-section {
  scroll-margin-top: 30px;
}

.exaghost-section h2 {
  font-size: clamp(1.5rem, 3vw, 1.8rem);
  margin: 35px 0 15px;
  padding-bottom: 12px;
  border-bottom: 2px solid #F5EFEB;
  color: #1A1A2E;
  font-weight: 700;
}

.exaghost-section h3 {
  font-size: 1.25rem;
  margin: 20px 0 10px;
  color: #FF6B35;
}

.exaghost-section p {
  color: #4A4A6A;
  margin-bottom: 16px;
  line-height: 1.7;
}

.exaghost-section ul,
.exaghost-section ol {
  margin: 16px 0 16px 24px;
  color: #4A4A6A;
}

.exaghost-section li {
  margin-bottom: 8px;
}

.exaghost-section strong {
  color: #1A1A2E;
  font-weight: 700;
}

/* Highlight Box */
.exaghost-highlight-box {
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.05), rgba(217, 70, 239, 0.05));
  border-left: 4px solid #FF6B35;
  padding: 20px 25px;
  border-radius: 12px;
  margin: 25px 0;
}

.exaghost-highlight-box p {
  margin-bottom: 0;
}

/* Prohibited List */
.exaghost-prohibited-list {
  background: rgba(255, 107, 53, 0.03);
  border-radius: 12px;
  padding: 20px 30px;
  margin: 20px 0;
}

.exaghost-prohibited-list li {
  color: #DC2626;
}

/* Back to Top Button */
.exaghost-back-to-top {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: linear-gradient(135deg, #FF6B35, #E55A2B);
  color: white;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.25s ease;
  margin-top: 40px;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.exaghost-back-to-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px -8px rgba(255, 107, 53, 0.4);
  color: white;
}

/* Footer */
.exaghost-terms-footer {
  background: #FFFFFF;
  border-top: 1px solid #F5EFEB;
  padding: 35px 0;
  text-align: center;
}

.exaghost-footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.exaghost-footer-links a {
  font-size: 0.85rem;
  color: #4A4A6A;
  text-decoration: none;
}

.exaghost-footer-links a:hover {
  color: #FF6B35;
}

.exaghost-footer-links span {
  color: #8A8AA8;
}

.exaghost-terms-footer p {
  font-size: 0.75rem;
  color: #8A8AA8;
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .exaghost-terms-content {
    padding: 30px 25px;
  }
  
  .exaghost-toc-grid {
    grid-template-columns: 1fr;
  }
  
  .exaghost-terms-header {
    padding: 60px 0 40px;
  }
  
  .exaghost-toc {
    padding: 20px;
  }
  
  .exaghost-highlight-box {
    padding: 15px 20px;
  }
  
  .exaghost-prohibited-list {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .exaghost-terms-content {
    padding: 25px 18px;
  }
  
  .exaghost-terms-container {
    padding: 0 16px;
  }
  
  .exaghost-back-to-top {
    width: 100%;
    justify-content: center;
  }
}

/* Ghost Theme Compatibility */
.entry-content {
  max-width: 100% !important;
  padding: 0 !important;
}

.site-main {
  padding: 0 !important;
  margin: 0 !important;
}/* End custom CSS */