/* style/blog-mg188-win-safe-deposits-withdrawals.css */

:root {
  --primary-color: #11A84E;
  --secondary-color: #22C768;
  --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --card-bg: #11271B;
  --page-bg: #08160F;
  --text-main: #F2FFF6;
  --text-secondary: #A7D9B8;
  --border-color: #2E7A4E;
  --glow-color: #57E38D;
  --gold-color: #F2C14E;
  --divider-color: #1E3A2A;
  --deep-green: #0A4B2C;
}

.page-blog-mg188-win-safe-deposits-withdrawals {
  font-family: 'Arial', sans-serif;
  color: var(--text-main); /* Default text color for the page */
  background-color: var(--page-bg); /* Page background color */
}

.page-blog-mg188-win-safe-deposits-withdrawals__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
  background-color: var(--page-bg);
}

.page-blog-mg188-win-safe-deposits-withdrawals__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 600px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.page-blog-mg188-win-safe-deposits-withdrawals__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 0 20px;
  z-index: 1;
}

.page-blog-mg188-win-safe-deposits-withdrawals__main-title {
  color: var(--gold-color);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
  max-width: 60ch; /* Limit title width */
  margin-left: auto;
  margin-right: auto;
}

.page-blog-mg188-win-safe-deposits-withdrawals__hero-description {
  font-size: 1.1em;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 30px;
}

.page-blog-mg188-win-safe-deposits-withdrawals__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-mg188-win-safe-deposits-withdrawals__btn-primary,
.page-blog-mg188-win-safe-deposits-withdrawals__btn-secondary {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-mg188-win-safe-deposits-withdrawals__btn-primary {
  background: var(--button-gradient);
  color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-mg188-win-safe-deposits-withdrawals__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-mg188-win-safe-deposits-withdrawals__btn-secondary {
  background: var(--card-bg);
  color: var(--text-main);
  border: 2px solid var(--border-color);
}

.page-blog-mg188-win-safe-deposits-withdrawals__btn-secondary:hover {
  background: var(--border-color);
  color: #ffffff;
  transform: translateY(-3px);
}

.page-blog-mg188-win-safe-deposits-withdrawals__content-area,
.page-blog-mg188-win-safe-deposits-withdrawals__conclusion-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: var(--page-bg); /* Ensure content area uses page background */
  color: var(--text-main);
}

.page-blog-mg188-win-safe-deposits-withdrawals__dark-bg {
  background-color: var(--page-bg);
  color: var(--text-main);
}

.page-blog-mg188-win-safe-deposits-withdrawals__section-title {
  font-size: 2.2em;
  color: var(--gold-color);
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  padding-top: 20px;
}

.page-blog-mg188-win-safe-deposits-withdrawals__sub-section-title {
  font-size: 1.6em;
  color: var(--text-main);
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid var(--primary-color);
  padding-left: 15px;
}

.page-blog-mg188-win-safe-deposits-withdrawals__text-block {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  color: var(--text-secondary);
}

.page-blog-mg188-win-safe-deposits-withdrawals__list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-blog-mg188-win-safe-deposits-withdrawals__ordered-list {
  list-style: decimal;
  padding-left: 25px;
  margin-bottom: 20px;
}

.page-blog-mg188-win-safe-deposits-withdrawals__list-item {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 10px;
  color: var(--text-secondary);
  position: relative;
  padding-left: 30px;
}

.page-blog-mg188-win-safe-deposits-withdrawals__list-item::before {
  content: '✓';
  color: var(--primary-color);
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 1.2em;
}

.page-blog-mg188-win-safe-deposits-withdrawals__ordered-list .page-blog-mg188-win-safe-deposits-withdrawals__list-item::before {
  content: none; /* Remove custom bullet for ordered list */
}

.page-blog-mg188-win-safe-deposits-withdrawals__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  min-height: 200px;
}

.page-blog-mg188-win-safe-deposits-withdrawals__faq-list {
  margin-top: 40px;
  border: 1px solid var(--divider-color);
  border-radius: 8px;
  overflow: hidden;
}

.page-blog-mg188-win-safe-deposits-withdrawals__faq-item {
  background-color: var(--card-bg);
  margin-bottom: 10px;
  border-bottom: 1px solid var(--divider-color);
}

.page-blog-mg188-win-safe-deposits-withdrawals__faq-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.page-blog-mg188-win-safe-deposits-withdrawals__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: 600;
  color: var(--text-main);
  cursor: pointer;
  background-color: var(--card-bg);
  transition: background-color 0.3s ease;
}

.page-blog-mg188-win-safe-deposits-withdrawals__faq-question:hover {
  background-color: var(--deep-green);
}

.page-blog-mg188-win-safe-deposits-withdrawals__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: var(--primary-color);
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-mg188-win-safe-deposits-withdrawals__faq-item[open] .page-blog-mg188-win-safe-deposits-withdrawals__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-mg188-win-safe-deposits-withdrawals__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1em;
  line-height: 1.6;
  color: var(--text-secondary);
}

/* Details element native toggle styling */
.page-blog-mg188-win-safe-deposits-withdrawals__faq-item summary {
  list-style: none;
}
.page-blog-mg188-win-safe-deposits-withdrawals__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-mg188-win-safe-deposits-withdrawals__conclusion-section {
  text-align: center;
  padding-bottom: 80px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-mg188-win-safe-deposits-withdrawals__hero-image {
    max-height: 500px;
  }
  .page-blog-mg188-win-safe-deposits-withdrawals__main-title {
    font-size: 2.5em;
  }
  .page-blog-mg188-win-safe-deposits-withdrawals__section-title {
    font-size: 2em;
  }
  .page-blog-mg188-win-safe-deposits-withdrawals__sub-section-title {
    font-size: 1.4em;
  }
  .page-blog-mg188-win-safe-deposits-withdrawals__text-block,
  .page-blog-mg188-win-safe-deposits-withdrawals__list-item,
  .page-blog-mg188-win-safe-deposits-withdrawals__faq-question {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-blog-mg188-win-safe-deposits-withdrawals__hero-image {
    max-height: 400px;
  }
  .page-blog-mg188-win-safe-deposits-withdrawals__main-title {
    font-size: 2em;
  }
  .page-blog-mg188-win-safe-deposits-withdrawals__hero-description {
    font-size: 1em;
  }
  .page-blog-mg188-win-safe-deposits-withdrawals__section-title {
    font-size: 1.8em;
  }
  .page-blog-mg188-win-safe-deposits-withdrawals__sub-section-title {
    font-size: 1.2em;
  }
  .page-blog-mg188-win-safe-deposits-withdrawals__content-area,
  .page-blog-mg188-win-safe-deposits-withdrawals__conclusion-section {
    padding: 40px 15px;
  }

  /* Mobile image adaptation */
  .page-blog-mg188-win-safe-deposits-withdrawals img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    box-sizing: border-box !important;
  }
  .page-blog-mg188-win-safe-deposits-withdrawals__hero-section,
  .page-blog-mg188-win-safe-deposits-withdrawals__content-area,
  .page-blog-mg188-win-safe-deposits-withdrawals__conclusion-section,
  .page-blog-mg188-win-safe-deposits-withdrawals__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-blog-mg188-win-safe-deposits-withdrawals__hero-section {
    padding-top: 10px !important; /* Small top padding */
  }

  /* Mobile button adaptation */
  .page-blog-mg188-win-safe-deposits-withdrawals__cta-buttons {
    flex-direction: column !important;
    gap: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 15px;
  }
  .page-blog-mg188-win-safe-deposits-withdrawals__btn-primary,
  .page-blog-mg188-win-safe-deposits-withdrawals__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 15px 20px !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
}

@media (max-width: 480px) {
  .page-blog-mg188-win-safe-deposits-withdrawals__main-title {
    font-size: 1.8em;
  }
  .page-blog-mg188-win-safe-deposits-withdrawals__section-title {
    font-size: 1.6em;
  }
  .page-blog-mg188-win-safe-deposits-withdrawals__hero-image {
    max-height: 300px;
  }
}