@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

/* Global Box Sizing */

* {
  box-sizing: border-box;
}

/* HTML & Body Reset */

html, body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/* General Styling */

body {
  font-family: 'Poppins', sans-serif;
  background-color: #f8f9fa;
  /* font-size: 18px; */  /* Change this value as needed */
  /* line-height: 1.6; */ /* Adjust spacing for better readability */
}

/* Navbar */

.navbar {
  background-color: #ffffff;
  color: #333;
  border-bottom: 3px solid #f47920;
  color: white;
  margin: 0;
  padding: 15px 20px; /* Keep padding for spacing */
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.logo {
  font-size: 20px;
  font-weight: bold;
}

.logo img {
   width: 200px;
  height: 150px;
  display: block;       /* Removes inline spacing */
  margin: 0;            /* Reset margin */
  padding: 0;           /* Reset padding */
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 25px;
}

.nav-links li {
  display: inline;
}

.nav-links li a {
  color: #333;
  text-decoration: none;
  font-size: 18px;
}

.nav-links li a:hover {
  text-decoration: underline;
}

li {
  color:black;
}

/* Main Container */

.container {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 40px auto;
  width: 85%;
}

/* Main Box */

.main-box {
  background-color: white;
  padding: 30px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.main-box h2 {
  font-size: 26px;
  margin-bottom: 15px;
  color: black;
}

.main-box label{
  color: black !important;
}

.main-box p {
  color: #333;
  font-size: 18px;
  line-height: 1.6;
}

.main-box a {
  color: blue;
  text-decoration: underline;
}

/* Form Fields */

label {
  font-weight: bold;
  display: block;
  margin: 15px 0 5px;
}

input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  color: black;
  background-color: white;
  border-radius: 5px;
  font-size: 14px;
}

.or {
  text-align: center;
  font-weight: bold;
  margin: 15px 0;
  color: black;
}

/* Button */

.btn {
  width: 100%;
  background-color: #f47920;
  color: white;
  border: none;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 20px;
}

.btn:hover {
  background-color: #d65f0e;
}

/* Sidebar */

.sidebar {
  background-color: white;
  padding: 20px;
  width: 30%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  
}

.sidebar h2 {
  font-size: 26px;
  margin-bottom: 15px;
  color: black;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar ul li {
  margin: 10px 0;
}

.sidebar ul li a {
  text-decoration: none;
  color: #f47920;
  font-size: 18px;
}

.sidebar ul li a:hover {
  text-decoration: underline;
}

.download-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 8px;
  font-size: 16px;
  color: white !important;
  background-color: #c0392b;
  text-decoration: none;
  border-radius: 8px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.download-btn:hover {
  background-color:  #a93226;
}

.instruction-guide {
  margin: 40px auto;
  width: 81%;
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.instruction-guide p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;

}

.bill {
  max-width: 80%;  /* Ensures the image never overflows the container */
  height: auto;      /* Maintains aspect ratio */
  display: block;    /* Removes any unwanted space below the image */
  margin: 10px auto; /* Centers the image */
}

/*/////*/

.tariff-guide {
  margin: 40px auto;
  width: 81%;
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.tariff-guide h2 {
  font-size: 26px;
  color: black;
}

.tariff-guide p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}

.read-more {
  background-color: #f47920;
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 10px;
}

.read-more:hover {
  background-color: #d65f0e;
}

.info-section {
  margin: 40px auto;
  width: 81%;
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.section-eyebrow {
  margin: 0 0 10px;
  color: #d65f0e;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-heading h2 {
  margin: 0 0 12px;
  color: #000;
  font-size: 30px;
  line-height: 1.2;
}

.section-intro {
  margin: 0;
  color: #56657a;
  font-size: 18px;
  line-height: 1.6;
}

.info-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.info-card {
  min-height: 240px;
  background-color: #fff;
  border: 1px solid #dfe5ec;
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}

.faq-card {
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-card:hover {
  transform: translateY(-4px);
  border-color: #f47920;
  box-shadow: 0 12px 24px rgba(244, 121, 32, 0.16);
}

.faq-card:hover .info-icon {
  background-color: #f47920;
  border-color: #f47920;
  color: #fff;
}

.info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  margin-bottom: 16px;
  padding: 0 10px;
  background-color: #fff3eb;
  border: 1px solid #ffd7bd;
  border-radius: 8px;
  color: #d65f0e;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.info-card h3 {
  margin: 0 0 12px;
  color: #000;
  font-size: 18px;
  line-height: 1.35;
}

.info-card p {
  margin: 0 0 12px;
  color: #56657a;
  font-size: 16px;
  line-height: 1.6;
}

.office-card {
  display: flex;
  flex-direction: column;
}

.office-type {
  display: inline-block;
  width: 100%;
  margin-bottom: 14px;
  padding: 6px 10px;
  background-color: #fff3eb;
  border-radius: 8px;
  color: #b34f0c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.map-link {
  display: inline-block;
  margin-top: auto;
  color: #d65f0e;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.map-link:hover {
  text-decoration: underline;
}

.footer {
  background: #222; /* Dark theme */
  color: #fff;
  padding: 48px 20px 28px;
  margin-top: 40px;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 80px;
  align-items: flex-start;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
}

.footer-brand p,
.footer-bottom p {
  margin: 0;
  color: #b8c0cc;
  font-size: 15px;
  line-height: 1.7;
}

.footer-column h3 {
  margin: 0 0 18px;
  color: #8f9bac;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-column nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-column a {
  color: white;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-column a:hover {
  color: #f47920;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 28px;
}

.footer-bottom p:last-child {
  max-width: 520px;
  text-align: right;
}

/* Ad Container Styling */

.ad-container {
  min-width: 300px;   /* Ensure Google ads have enough width */
  min-height: 250px;  /* Ensure enough height */
  width: 100%;              /* Full width of parent container */
  max-width: 728px;         /* Max width for leaderboard-style ads */
  margin: 30px auto;        /* Centered with vertical spacing */
  padding: 10px;            /* Some padding around ads */
  background-color: #f1f3f5; /* Light subtle background to differentiate */
  border: 1px solid #ddd;   /* Soft border for subtle separation */
  border-radius: 8px;       /* Rounded corners for modern look */
  box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* Soft shadow */
  text-align: center;       /* Center ad content */
  overflow: hidden;         /* Prevent overflow if ads are responsive */


}

/* Make sure ins.adsbygoogle uses block and fits container */

.ad-container .adsbygoogle {
  display: block !important; /* Important to override inline styles */
  width: 100% !important;    /* Make ad fill container */
  height: auto !important;   /* Maintain aspect ratio */
  margin: 0 auto;
}

/*-------------------------------
  Responsive tweaks for ≤768px
-------------------------------*/

@media screen and (max-width: 768px) {

  /* 1) Layout stacking */
  .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 95%;
    margin: 20px auto;

    box-sizing: border-box;
word-wrap: break-word;
overflow-wrap: break-word;
max-width: 100%;
  }
  .main-box,
  .sidebar {
    width: 100%;
    padding: 20px;

    box-sizing: border-box;
word-wrap: break-word;
overflow-wrap: break-word;
max-width: 100%;
  }

  /* 2) Guide boxes breathing room & no overflow */
  .instruction-guide,
  .tariff-guide,
  .info-section {
    /* take full parent width but keep padding inside */
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 20px auto;
    padding: 20px;

    box-sizing: border-box;
word-wrap: break-word;
overflow-wrap: break-word;
max-width: 100%;
  }
  .bill {
    max-width: 100%;

    box-sizing: border-box;
word-wrap: break-word;
overflow-wrap: break-word;
max-width: 100%;
  }

  /* 3) Navbar resizing (no hamburger) */
  .navbar {
    flex-wrap: wrap;
    padding: 15px;

    box-sizing: border-box;
word-wrap: break-word;
overflow-wrap: break-word;
max-width: 100%;
  }
 .logo {
  width: 100%;
  text-align: center; /* center the image horizontally */
  margin-bottom: 10px;
}

.logo img {
  width: 100%;
  max-width: 230px;
  height: auto;
  display: inline-block;
}

  .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 24px;
    width: 100%;
    margin: 8px 0 0;
    padding: 0;

    box-sizing: border-box;
word-wrap: break-word;
overflow-wrap: break-word;
max-width: 100%;
  }
  .nav-links li {
    flex: 0 1 calc(50% - 24px);
    text-align: center;
  }
  .nav-links li a {
    display: inline-block;
    padding: 4px 0;
    color: #333;
    font-size: 16px;
    line-height: 1.2;
  }

  .nav-links li a:hover {
    text-decoration: underline;
  }

  h3 {
    color: black;
  }
/* .ad-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  width: 100%;
  margin: 20px auto;
  padding: 10px;
  overflow: hidden;
  box-sizing: border-box;
} */

.ad-container {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  max-width: 100%;
  min-width: 0;

  padding: 10px;
  margin: 20px 0;

  box-sizing: border-box;
  overflow: hidden;
}

 /* .ad-container {
    display: none;
  } */


.main-container,
.container,
.instruction-guide,
.tariff-guide,
.info-section,
.sidebar,
.bill {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-break: break-word;
}



  /* 4) Full-width buttons */
  .btn {
    width: 100%;
  }

  .section-heading h2 {
    font-size: 26px;
  }

  .info-card-grid {
    grid-template-columns: 1fr;
  }

  .info-card {
    min-height: auto;
  }

  .footer {
    padding: 36px 20px 24px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
  }

  .footer-bottom p:last-child {
    max-width: none;
    text-align: left;
  }
}

/* Loader Box */

.loader-box {
  text-align: center;
  padding: 20px;
  font-size: 18px;
  color: #333;
}

.loading-emoji {
  display: inline-block;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


/* Global Box Sizing */

* {
  box-sizing: border-box;
}

/* HTML & Body Reset */

html, body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/* General Styling */

body {
  font-family: 'Poppins', sans-serif;
  background-color: #e9ecef; /* Darker gray to make content pop */
  background-image: linear-gradient(180deg, #e9ecef 0%, #dee2e6 100%);
  min-height: 100vh;
}

/* Navbar */

.navbar {
  background-color: #ffffff;
  color: #333;
  border-bottom: 3px solid #f47920;
  color: white;
  margin: 0;
  padding: 15px 20px; /* Keep padding for spacing */
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.logo {
  font-size: 20px;
  font-weight: bold;
}

.logo img {
  width: auto;
  height: 85px; /* Slightly bigger logo */
  display: block;
  margin: 0;
  padding: 0;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 25px;
}

.nav-links li {
  display: inline;
}

.nav-links li a {
  color: #333;
  text-decoration: none;
  font-size: 18px;
}

.nav-links li a:hover {
  text-decoration: underline;
}

li {
  color:black;
}

/* Main Container */

.container {
  display: flex;
  justify-content: center;
  align-items: flex-start; /* Prevent sidebar from stretching */
  gap: 30px;
  margin: 40px auto;
  width: 90%;
  max-width: 1200px;
}

/* Main Box */

.main-box {
  background-color: white;
  padding: 30px;
  width: 65%; /* Adjusted width */
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.main-box h2 {
  font-size: 26px;
  margin-bottom: 15px;
  color: black;
}

.main-box label{
  color: black !important;
}

.main-box p {
  color: #333;
  font-size: 18px;
  line-height: 1.6;
}

.main-box a {
  color: blue;
  text-decoration: underline;
}

/* Form Fields */

label {
  font-weight: bold;
  display: block;
  margin: 15px 0 5px;
}

input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  color: black;
  background-color: white;
  border-radius: 5px;
  font-size: 14px;
}

.or {
  text-align: center;
  font-weight: bold;
  margin: 15px 0;
  color: black;
}

/* Button */

.btn {
  width: 100%;
  background-color: #f47920;
  color: white;
  border: none;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 20px;
}

.btn:hover {
  background-color: #d65f0e;
}

/* Sidebar */

.sidebar {
  background-color: white;
  padding: 20px;
  width: 32%; /* Increased width */
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  
}

.sidebar h2 {
  font-size: 26px;
  margin-bottom: 15px;
  color: black;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar ul li {
  margin: 10px 0;
}

.sidebar ul li a {
  text-decoration: none;
  color: #d65f0e; /* Darker orange */
  font-size: 18px;
}

.sidebar ul li a:hover {
  text-decoration: underline;
}

.download-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 8px;
  font-size: 16px;
  color: white !important;
  background-color: #c0392b;
  text-decoration: none;
  border-radius: 8px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.download-btn:hover {
  background-color:  #a93226;
}

.instruction-guide {
  margin: 40px auto;
  width: 81%;
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.instruction-guide p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;

}

.bill {
  max-width: 80%;  /* Ensures the image never overflows the container */
  height: auto;      /* Maintains aspect ratio */
  display: block;    /* Removes any unwanted space below the image */
  margin: 10px auto; /* Centers the image */
}

/*/////*/

.tariff-guide {
  margin: 40px auto;
  width: 81%;
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.tariff-guide h2 {
  font-size: 26px;
  color: black;
}

.tariff-guide p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}

.read-more {
  background-color: #f47920;
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 10px;
}

.read-more:hover {
  background-color: #d65f0e;
}

.footer {
  background: #222; /* Dark theme */
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  margin-top: 20px;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
}

.footer nav {
  margin-top: 10px;
}

.footer nav a {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
}

.footer nav a:hover {
  text-decoration: underline;
}

.footer-container a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  margin: 0 4px;
}

.footer-container a:hover {
  text-decoration: underline;
}

/* Ad Container Styling */

.ad-container {
  min-width: 300px;   /* Ensure Google ads have enough width */
  min-height: 250px;  /* Ensure enough height */
  width: 100%;              /* Full width of parent container */
  max-width: 728px;         /* Max width for leaderboard-style ads */
  margin: 30px auto;        /* Centered with vertical spacing */
  padding: 10px;            /* Some padding around ads */
  background-color: #f1f3f5; /* Light subtle background to differentiate */
  border: 1px solid #ddd;   /* Soft border for subtle separation */
  border-radius: 8px;       /* Rounded corners for modern look */
  box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* Soft shadow */
  text-align: center;       /* Center ad content */
  overflow: hidden;         /* Prevent overflow if ads are responsive */


}

/* Make sure ins.adsbygoogle uses block and fits container */

.ad-container .adsbygoogle {
  display: block !important; /* Important to override inline styles */
  width: 100% !important;    /* Make ad fill container */
  height: auto !important;   /* Maintain aspect ratio */
  margin: 0 auto;
}

/*-------------------------------
  Responsive tweaks for ≤768px
-------------------------------*/

@media screen and (max-width: 768px) {

  /* 1) Layout stacking */
  .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 95%;
    margin: 20px auto;

    box-sizing: border-box;
word-wrap: break-word;
overflow-wrap: break-word;
max-width: 100%;
  }
  .main-box,
  .sidebar {
    width: 100%;
    padding: 20px;

    box-sizing: border-box;
word-wrap: break-word;
overflow-wrap: break-word;
max-width: 100%;
  }

  /* 2) Guide boxes breathing room & no overflow */
  .instruction-guide,
  .tariff-guide {
    /* take full parent width but keep padding inside */
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 20px auto;
    padding: 20px;

    box-sizing: border-box;
word-wrap: break-word;
overflow-wrap: break-word;
max-width: 100%;
  }
  .bill {
    max-width: 100%;

    box-sizing: border-box;
word-wrap: break-word;
overflow-wrap: break-word;
max-width: 100%;
  }

  /* 3) Navbar resizing (no hamburger) */
  .navbar {
    flex-wrap: wrap;
    padding: 15px;

    box-sizing: border-box;
word-wrap: break-word;
overflow-wrap: break-word;
max-width: 100%;
  }
 .logo {
  width: 100%;
  text-align: center; /* center the image horizontally */
  margin-bottom: 10px;
}

.logo img {
  width: 100%;
  max-width: 300px; /* Optional: Prevent it from getting too big */
  height: auto;
  display: inline-block;
}

  .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    width: 100%;
    margin-top: 10px;
    padding: 0;

    box-sizing: border-box;
word-wrap: break-word;
overflow-wrap: break-word;
max-width: 100%;
  }
  .nav-links li {
    flex: 1 1 auto;
    text-align: center;
  }
  .nav-links li a {
    font-size: 16px;
    padding: 8px 5px;
  }

  h3 {
    color: black;
  }
/* .ad-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  width: 100%;
  margin: 20px auto;
  padding: 10px;
  overflow: hidden;
  box-sizing: border-box;
} */

.ad-container {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  max-width: 100%;
  min-width: 0;

  padding: 10px;
  margin: 20px 0;

  box-sizing: border-box;
  overflow: hidden;
}

 /* .ad-container {
    display: none;
  } */


.main-container,
.container,
.instruction-guide,
.tariff-guide,
.sidebar,
.bill {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-break: break-word;
}



  /* 4) Full-width buttons */
  .btn {
    width: 100%;
  }
}


body {
  font-family: 'Poppins', sans-serif;
  justify-content: center;
}

/* Container for the privacy policy content */

.privacy-policy-container {
  background-color: #ffffff;
  padding: 2rem;
  max-width: 900px;
  margin: 3rem auto; /* centers horizontally with top/bottom margin */
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  color: #333;
  line-height: 1.7;
  box-sizing: border-box;
}

.privacy-policy-container h1 {
  font-size: 2rem;
  color: #003366;
  margin-bottom: 1rem;
  text-align: center;
}

.privacy-policy-container h2 {
  font-size: 1.25rem;
  margin-top: 1.5rem;
  color: #00509e;
}

.privacy-policy-container p {
  margin: 1rem 0;
}

.privacy-policy-container ul {
  padding-left: 1.5rem;
  list-style-type: disc;
}

.privacy-policy-container li {
  margin-bottom: 0.5rem;
}

.privacy-policy-container a {
  color: #007bff;
  text-decoration: none;
}

.privacy-policy-container a:hover {
  text-decoration: underline;
}
:root {
  font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

body {
  margin: 0;
  display: flex;
  place-items: center;
  min-width: 320px;
  min-height: 100vh;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  border-color: #646cff;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}
