/* style/resources-e2bet-security-privacy.css */
:root {
  --primary-color: #017439;
  --secondary-color: #C30808; /* For Register/Login buttons */
  --text-on-dark: #ffffff;
  --text-on-light: #333333;
  --background-light: #ffffff;
  --background-dark: #1a1a2e; /* From shared.css body background */
  --register-button-bg: #C30808;
  --login-button-bg: #C30808;
  --register-login-font: #FFFF00;
}

.page-resources-e2bet-security-privacy {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-on-dark); /* Default text color for the main content area, assuming dark body background */
  background-color: var(--background-dark); /* Inherit from body or use specific dark background */
}

.page-resources-e2bet-security-privacy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-resources-e2bet-security-privacy__heading,
.page-resources-e2bet-security-privacy__sub-heading,
.page-resources-e2bet-security-privacy__main-title,
.page-resources-e2bet-security-privacy__brand-title,
.page-resources-e2bet-security-privacy__brand-sub-title,
.page-resources-e2bet-security-privacy__blog-title,
.page-resources-e2bet-security-privacy__faq-main-title,
.page-resources-e2bet-security-privacy__faq-qtext,
.page-resources-e2bet-security-privacy__blog-item-title {
  color: var(--text-on-dark);
  margin-bottom: 20px;
  text-align: center;
}

.page-resources-e2bet-security-privacy__paragraph {
  margin-bottom: 15px;
  text-align: justify;
  color: var(--text-on-dark);
}

.page-resources-e2bet-security-privacy__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Video Section */
.page-resources-e2bet-security-privacy__video-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px);
  background-color: var(--background-dark);
}