/*========================================
  Base Typography
========================================*/



body {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #222;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.blix-main-content {
  font-family: 'Montserrat', sans-serif;
}




.blix-main-section {
  padding: 0 1rem;
  max-width: 1200px;
  margin: 0 auto;
}


/*========================================
  Headings
========================================*/
.blix-wrapper h1 {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.blix-wrapper h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.blix-wrapper h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}


/*========================================
  Layout and Wrapper
========================================*/
.blix-wrapper .blix-info-section {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 1rem;
  max-width: 1200px;
  margin: 0 auto;
}

.blix-wrapper .blix-info-main {
  flex: 2;
  min-width: 0;
}

.blix-wrapper .blix-info-sidebar {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}


/*========================================
  Paragraphs and Lists
========================================*/
.blix-wrapper p,
.blix-wrapper ul {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.blix-wrapper ul {
  padding-left: 1.2rem;
  list-style-type: disc;
}


/*========================================
  Links
========================================*/
.blix-wrapper a {
  text-decoration: underline;
  color: inherit;
}

.block-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.block-link:hover {
  text-decoration: none;
}


/*========================================
  Colour Utilities
========================================*/
.blix-gold {
  color: #d2a333 !important;
  font-weight: 700;
}

.blix-navy {
  color: #455581 !important;
  font-weight: 900;
}

/* Weight Helpers */
.weight-100 { font-weight: 100; }
.weight-300 { font-weight: 300; }
.weight-400 { font-weight: 400; }
.weight-500 { font-weight: 500; }
.weight-700 { font-weight: 700; }
.weight-900 { font-weight: 900; }
.italic { font-style: italic; }


/*========================================
  Buttons
========================================*/
.bu22on,
.bu22on:link,
.bu22on:visited {
  display: inline-block;
  background-color: #d2a333;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.5em 1.2em;
  border-radius: 4px;
  text-decoration: none !important;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.bu22on:hover,
.bu22on:focus {
  background-color: #b98d2c;
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}


/*========================================
  Flexible Payment Block
========================================*/
.flex-pay-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}

.flex-pay-block {
  flex: 1 1 100%;
  max-width: 100%;
  text-align: center;
  background: #f8f8f8;
  padding: 1.5rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease;
}

.flex-pay-block:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.flex-pay-heading {
  color: #5b74b8;
  font-size: 1.4em;
  margin-bottom: 1rem;
}

.flex-pay-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .flex-pay-block {
    flex: 1 1 48%;
    max-width: 48%;
  }
}


/*========================================
  Payment Method Icons
========================================*/
.payment-method {
  display: flex;
  align-items: center;
  gap: 0.8em;
  margin-top: 1.5em;
}

.payment-method .payment-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
  display: inline-block !important;
  margin: 0 !important;
}

.payment-method .payment-heading {
  font-size: 1.2em;
  color: #5b74b8;
  margin: 0;
}


/*========================================
  Ikon Bullet Style
========================================*/
.ikonbullet {
  display: flex;
  align-items: center;
  gap: 0.6em;
  margin: 1.5em 0;
}

.ikonbullet-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex-shrink: 0;
  display: inline-block;
  margin: 0;
}

.ikonbullet-text {
  font-size: 1.2em;
  font-weight: 600;
  color: #5b74b8;
  margin: 0;
  line-height: 1.3;
}
