:root {
  --font-title: 22px;
  --font-subtitle: 14px;
  --font-header: 14px;
  --font-body: 14px;
  --color-text: #212327;
  --color-header-bg: #F6F8FA;
  --color-border: #E5E5E5;
  --color-arrow: #0067EE;
}

b, strong {
  font-weight: bolder !important;
}
.article-body {
  display: flow-root;
}

.article-body p {
  padding: 5px 0; 
}

.article-body img {
  height: auto;
  max-width: 100%;
}
.article-body p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.article-body p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.article-body p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.article-body p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.article-body figure.image {
  display: table;
  margin: 0 auto;
}
.article-body figure.image > img {
  display: block;
  width: 100%;
}
.article-body figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.article-body figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.article-body figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.article-body figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.article-body figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background-color: darken($background_color, 5%);
}
.article-body ul,
.article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
[dir=rtl] .article-body ul,
[dir=rtl] .article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.article-body ul > ul,
.article-body ol > ol,
.article-body ol > ul,
.article-body ul > ol,
.article-body li > ul,
.article-body li > ol {
  margin: 0;
}
.article-body ul {
  list-style-type: disc;
}
.article-body :not(pre) > code {
  background: darken($background_color, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.article-body ol {
  list-style: numbered; 
}

.article-body pre {
  background: darken($background_color, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.article-body blockquote {
  border-left: 1px solid #ddd;
  color: lighten($text_color, 20%);
  font-style: italic;
  padding: 0 15px;
}
.article-body > p:last-child {
  margin-bottom: 0;
}

/*deposit-options*/

.deposit-options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 24px;
  
  box-sizing: border-box;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #0067EE;
  gap: 4px;
  margin: 16px 0;
}

.breadcrumbs a {
  color: #0067EE;
  text-decoration: none;
  font-weight: 400;
}

.breadcrumb-entry {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.breadcrumb-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 4px;
}

.breadcrumb-icon {
  width: 16px;
  height: 16px;
  display: block;
  object-fit: contain;
  flex-shrink: 0;
  
}

.breadcrumbs a, .divider {
  white-space: nowrap;
}

.divider {
  color: #A0A0A0;
  user-select: none;
}



/* Header */
.deposit-title {
  font-size: var(--font-title);
  font-weight: 700;
  font-family: Inter, sans-serif;
  color: var(--color-text);
  margin-bottom: 8px;
}

.note {
  font-size: var(--font-subtitle);
  color: var(--color-text);
  line-height: 20px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
}

/* Table Container */
.deposit-table-wrapper {
  width: 100%;
  overflow-x: auto;
  
}

/* Table Base */
.accordion-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  background: #fff;
  font-family: Inter, sans-serif;
  border: 1px solid #E3E3E3;
}



/* Table Header */
.accordion-table thead th {
  background-color: var(--color-header-bg);
  color: var(--color-text);
  font-size: var(--font-header);
  font-weight: 600;
  height: 48px;
  text-align: left;
  padding: 16px;
  border-bottom: 1px solid #D8D8D8;
}

/* Table Body Rows */
.accordion-table td {
  font-size: var(--font-body);
  line-height: 20px;
  color: var(--color-text);
  padding: 16px;
  border-bottom: 1px solid var(--color-border);
  vertical-align: middle;
  overflow: hidden;
 	white-space: normal;
  text-overflow: unset;
  overflow: visible;
  min-height: 58px;
}


.accordion-content {
  display: none;
  
}

.accordion-content td {
  color: var(--Greys-Medium-Grey, #656565);
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
  text-align: left;
}


/* Default: Desktop view — no wrapping */
.logo-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  align-items: center;
  justify-content: flex-start;
  white-space: normal;
  overflow: visible;
  box-sizing: border-box;
}

/* In smaller viewports: allow logos to wrap */
@media screen and (max-width: 768px) {
  .logo-row {
    flex-wrap: wrap;
    row-gap: 6px;
  }
}

@media screen and (max-width: 480px) {
  .logo-row {
    row-gap: 4px;
    column-gap: 4px;
  }
}

.logo-row img {
  height: auto;
  width: auto;
  max-height: 20px;
  max-width: 100%;
  object-fit: contain;
  flex-shrink: 1;
  vertical-align: middle;
}

.logo-row img[alt="Mastercard"] {
  max-width: 22.636px;
  height: 14px;
  flex-shrink: 0;
}

.logo-row img[alt="Apple Pay"] {
 	max-width: 36.786px;
	height: 15px;
  flex-shrink: 0;
}

.logo-row img[alt="Google Pay"] {
 	max-width: 37.031px;
	height: 15px;
  flex-shrink: 0;
}

.logo-row img[alt="Visa Electron"] {
  max-width: 31.439px;
  height: 14px;
  flex-shrink: 0;
}

.logo-row img[alt="Skrill"] {
  max-width: 29.267px;
  height: 10px;
  flex-shrink: 0;
}

.logo-row img[alt="NETELLER"] {
  max-width: 46.295px;
  height: 8px;
  flex-shrink: 0;
}

.logo-row img[alt="PayPal"] {
  max-width: 45.191px;
  height: 12px;
  flex-shrink: 0;
}

.logo-row img[alt="paysafecard"] {
  max-width: 70.82px;
  height: 12px;
  flex-shrink: 0;
}

.logo-row img[alt="Bank Transfer"] {
  max-width: 38.5px;
	height: 14px;
	flex-shrink: 0;
}

/* Prevent line-breaks in the first column */
.accordion-table td:first-child,
.accordion-table th:first-child {
  white-space: nowrap;
}


/* fallback for all other logos */
.logo-row img {
  height: 20px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}

/* Arrow symbol */

.accordion-toggle {
  cursor: pointer;
}


.accordion-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.accordion-arrow img {
  width: 10px;
  height: 12px;
  display: block;
  object-fit: contain;
}

/* Rotate downarrow.svg when row is open */
.accordion-toggle.open .accordion-arrow {
  transform: rotate(180deg);
}

/* Prevent wrapping in the 5th (min) and 6th (max) columns */
.accordion-table td:nth-child(5),
.accordion-table td:nth-child(6),
.accordion-table th:nth-child(5),
.accordion-table th:nth-child(6) {
  white-space: nowrap;
}

/* Allow wrapping in the first (Options) column */
.accordion-table td:first-child,
.accordion-table th:first-child {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
}





/* Ensure arrow column stays visible with fixed width */
.accordion-table td:last-child,
.accordion-table th:last-child {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  padding-right: 8px;
  white-space: nowrap;
  flex-shrink: 0;
}

/*deposit-options-end*/

#new_request {
  	display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.multibrand-filter-list {
    transition: all 0.3s ease-in-out;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.multibrand-filter-list--expanded {
    height: auto; /* Replace this with a specific height if needed */
    opacity: 1;
}

.collapsible-closed {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.collapsible-open {
  max-height: 500px;
  transition: max-height 0.2s ease-in-out;
}


html .boyle-border-bottom {
  border-bottom: 1.5px solid #E5E5E5;
}

html .min-h-content {
  min-height: -moz-min-content; /* Firefox/Gecko */
  min-height: -webkit-min-content; /* Webkit */
  min-height: min-content; /* Standard syntax */
}

html .boyle-button-primary {
  background-color: rgba(74, 173, 0, 1) !important;
  color: rgba(255, 255, 255, 1) !important;  
}

.related-articles, .searchbox-suggestions {
  padding-top: 12px; 
}

.related-articles > ul > li::before, .searchbox-suggestions > ul > li::before {
  content: '-';
  color: #000000 !important;
}

.related-articles > ul > li, .searchbox-suggestions > ul > li {
  display: flex; 
  align-items: center; 
  gap: 8px; 
  padding-bottom: 8px; 
}

html .boyle-button-secondary {
  background-color: rgba(229, 229, 229, 1);
  color: rgba(4, 83, 194, 1); 
}

html .boyle-see-all {
  overflow: hidden;
  color: white;
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  text-overflow: ellipsis;
  whitespace: nowrap;
  background-color: rgba(74, 173, 0, 1) !important;
  color: rgba(255, 255, 255, 1) !important; 
  border: 0; 
  border-radius: 8px; 
  padding: 18px 0;
  margin-top: 18px; 

  /* S1 Mobile */
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px; /* 126.667% */
}

html {
  --tw-border-opacity: #FFF;
}

html .bg-red-primary {
  background-color: var(--red-primary);
}

html .article-body-styling * {
  color: #000000;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; 
}

html .article-body-styling img {
  display: block; 
  margin: auto; 
}

html .card-text {
    color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; 
}

html .boyle-selected {
  border-radius: 10px;
	background: rgba(4, 83, 194, 1) !Important;
  color: rgba(255, 255, 255, 1) !important; 
}

html .bg-grey-primary {
  background-color: var(--grey-primary);
}

html .related-articles-title {
  display: none !Important; 
}

html .standard-border,
.block-border {
  background: #FFF;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.25);
}

html .article-top-title {
  color: #FFF;
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 900;
line-height: 20px; 
}

html .notification-error, html .notification {
  color: rgba(221, 44, 44, 1) !important; 
  font-weight: 600 !important; 
}

html .error-border {
  border: 2px solid rgba(221, 44, 44, 1) !important;
}



  #new_request label, #new_request p, .notification-error, .notification {
  	color: #000;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 181.818% */
  }
  
 #new_request input, #new_request select, #new_request .nesty-input, input, textarea, .search-bar, #available_ticket_forms {
    border-radius: 10px;
    background: white;
    border: 0;
    width: 100%;
    color: #2B2B2B;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    padding: 8px 24px;
    border: 2px solid #2B2B2B;
   
}

/* === Table Display Control === */
.table-desktop {
  display: table;
}
.table-mobile {
  display: none;
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  #new_request input {
    font-size: 16px; 
  }
  #new_request input, #new_request select, #new_request .nesty-input, input, textarea, .search-bar, #available_ticket_forms {
    height: 36px;
  }
}

form[role="search"] input[type="search"] {
  background:transparent !Important; 
}

@media screen and (max-width: 650px) {
  :root {
    --font-title: 20px;
    --font-subtitle: 12px;
    --font-header: 12px;
    --font-body: 12px;
    --font-breadcrumb: 13px;
  }
}

@media screen and (max-width: 600px) {
  html form[role="search"] input[type="search"] {
  	font-size: 16px;  
	}
}
  
  #new_request input[type="submit"] {
  	border-radius: 10px;
		background: rgba(74, 173, 0, 1) !important;
    color: rgba(255, 255, 255, 1) !important; 
    display: flex;
    border: 0; 
    color: white; 
    height: 40px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
  	margin-top: 30px;
  }

html .standard-card,
.outline_card {
  border-radius: 10px;
  background: var(--grey-primary);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 61px;
  width: 115px;
}



@media screen and (max-width: 400px) {
  html .standard-card,
.outline_card {
  border-radius: 10px;
  background: var(--grey-primary);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 61px;
  width: 100%;
}
}

  html .h1, 
  html h1, 
  html .standard-heading,
  .footer-contact,
  html a, 
  html .boyle-buttons {
    color: #000;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
  }


html .boyle-font-small {
  color: #000;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
}

html .promoted-articles {
  color: var(--black-rock, #222);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 111.111% */
  list-style-type: none;
} 

li.promoted-articles::marker {
   list-style-type: none;
}
li.promoted-articles deposit-op {
 list-style-type: none;
margin-top: 1.25rem;
margin-bottom: 0.5rem;
color: #000000
font-weight: 400;
}

  
}
@media screen and (max-width: 600px) {
  html .h1, 
  html h1, 
  html .standard-heading,
  html .promoted-articles, 
  .footer-contact,
  html a, 
  html .boyle-buttons {
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    line-height: 20px;
     list-style-type: none;
  }

  html .h1, 
  html h1, 
  html .standard-heading,
  html .searchbox h2 {
    color: #000;
    font-weight: 600;
    width: 100%; 
    text-align: left; 
  }
}


html .promoted-articles, 
.footer-contact {
  color: var(--black-rock, #222);
  font-weight: 400;
   list-style-type: none;
}

html a,
input {
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  width: 100%; 
  border: 0; 
}

html .boyle-buttons {
  color: #FFF;
  font-weight: 600;
}

html .modal-heading { 
  color: #FFF;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px; 
  
}

html input[type="search"]:focus {
  outline: 0; 
}

.breadcrumbs {
  display: flex;
  gap: 2px;
  list-style: none;
  color: #00C2FF;
}

.breadcrumbs li::after {
  content: ">";
  margin: 0 5px;
}

.breadcrumbs li a {
  color: rgba(0, 194, 255, 1);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; 
}

.breadcrumbs li:last-child::after {
  content: "";
}



.no-underline {
  text-decoration: none !important;
}

.top_logo {
  width: 154px; 
}

.video-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; /* This percentage gives us a 16:9 aspect ratio */
  height: 0; /* This effectively hides the overflow */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
}

  
@media screen and (max-width: 880px) {
  .logo-row img {
    max-height: 12px;
  }
}

@media screen and (min-width: 921px) {
  .accordion-table td:nth-child(2),
  .accordion-table th:nth-child(2) {
    width: 270px;
    min-width: 270px;
    max-width: 270px;
    white-space: normal;
    word-break: normal;
    overflow: visible;
  }
}

@media screen and (max-width: 768px) {
  .logo-row {
    flex-wrap: wrap;
    gap: 6px;
  }

  .logo-row img {
    max-height: 16px;
  }
}

/* Mobile: compress more + tighten gaps */
@media screen and (max-width: 480px) {
  .logo-row {
    flex-wrap: wrap;
    row-gap: 4px;
    column-gap: 4px;
  }

  .logo-row img {
    max-height: 13px;
  }
}
  
@media screen and (max-width: 650px) {
  /* Title: Deposit options available */
  .deposit-title {
    font-size: 20px;
    font-weight: 700;
    color: #212327;
    margin-bottom: 6px;
  }
  
   .accordion-content td {
    font-size: var(--font-body);
    line-height: 140%;
  }

  /* Subtitle / Note */
  .note {
    font-size: 12px;
    font-weight: 400; /* Regular */
    color: #212327;
    margin-bottom: 20px;
  }

  /* Table Header Cells */
  .accordion-table thead th {
    font-size: 12px;
    font-weight: 600; /* SemiBold */
    color: #212327;
    background-color: #F6F8FA;
    text-align: left;
    padding: 8px 10px;
  }

  /* Table Body Cells */
  .accordion-table td {
    font-size: 12px;
    font-weight: 400;
    color: #212327;
    padding: 8px 10px;
    white-space: normal;
  }

  

  /* Optional: Divider styling if used */
  .accordion-table tr {
    border-bottom: 1px solid #E5E5E5;
  }

  /* Adjust logo sizing */
  .logo-row img {
    max-height: 12px;
  }
}
  
.accordion-content td,
.details-desc,
.mobile-details {
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-break: break-word !important;
}

.accordion-inner {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.breadcrumbs {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

@media screen and (max-width: 600px) {
  .table-desktop {
    display: none !important;
  }

  .table-mobile {
    display: table !important;
    visibility: visible;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    font-family: Inter, sans-serif;
  }

  .deposit-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #212327;
  }

  .note {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #212327;
    margin-bottom: 16px;
  }

  .table-mobile thead th {
    text-align: left;
    font-weight: 600;
    font-size: 12px;
    padding: 0 16px;
    height: 48px;
    color: #212327;
    background-color: #F6F8FA;
    border-bottom: 1px solid #E5E5E5;
  }

  .table-mobile tbody td {
    font-size: 12px;
    font-weight: 400;
    color: #212327;
    line-height: 1.4;
    padding: 12px 16px;
    height: 60px;
    vertical-align: middle;
    border-bottom: 1px solid #E5E5E5;
  }

  /* === Column widths === */
  .table-mobile td:nth-child(1),
  .table-mobile th:nth-child(1) {
    width: 110px;
  }

  .table-mobile td:nth-child(2),
  .table-mobile th:nth-child(2) {
    width: 150px;
  }

  .table-mobile td:nth-child(3),
  .table-mobile th:nth-child(3) {
    width: 48px;
  }

  .table-mobile td:nth-child(4),
  .table-mobile th:nth-child(4) {
    width: 32px;
    min-width: 32px;
    max-width: 32px;
    padding-left: 4px;
    padding-right: 8px;
    text-align: center;
  }

  .accordion-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: transform 0.2s ease;
  }

  .accordion-arrow img {
    width: 10px;
    height: 12px;
    object-fit: contain;
    display: block;
    filter: brightness(0) saturate(100%) invert(29%) sepia(77%) saturate(2285%) hue-rotate(201deg) brightness(92%) contrast(92%);
    /* matches #0067EE */
  }

  .accordion-toggle.open .accordion-arrow {
    transform: rotate(180deg);
  }

  /* === Accordion detail styles === */
  .accordion-content {
    display: none;
  }

  .accordion-content td {
    padding: 10px 16px;
    
    border-top: none;
    font-size: 12px;
    color: #212327;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
  }
  
  .mobile-details-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 12px;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 4px;
    overflow-x: auto; /* graceful fallback on ultra-tiny screens */
  }

  .mobile-details-row > div {
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex-shrink: 1;
    min-width: 0;
    font-size: 12px;
  }

  .mobile-details-row strong {
    font-weight: 600;
    margin-right: 4px;
  }

  .mobile-details {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px;
  font-size: 12px;
  color: #212327;
  margin-bottom: 4px;
}

.mobile-details div {
  white-space: nowrap;
  flex-shrink: 0;
}

.mobile-details p {
  flex-basis: 100%;
  margin-top: 8px;
  font-size: 12px;
  color: #555;
  line-height: 1.6;
  word-wrap: break-word;
  word-break: break-word;
}

  .logo-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
  }

  .logo-row img {
    height: 20px;
    max-width: 48px;
    object-fit: contain;
    flex-shrink: 0;
  }
}

}

/* Global fix */
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden !important;
}



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

  /* Main container adjustments */
  section.deposit-options {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 24px;
    padding-bottom: 24px;
    box-sizing: border-box;
  }

  /* Mobile table layout */
  table.accordion-table-mobile {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    table-layout: auto;
    border-collapse: collapse;
  }
  
  .table-border {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  /* Ensure all cells behave correctly and fill space */
  .accordion-table-mobile td,
  .accordion-table-mobile th {
    box-sizing: border-box;
    white-space: normal;
    word-break: break-word;
    padding: 8px 8px;
    text-align: left;
    font-size: 12px;
    line-height: 1.5;
    color: #212327;
  }
  
  .accordion-table-mobile td:last-child {
    max-width: 20px !important;
    min-width: 20px !important;
    width: 20px !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    white-space: nowrap !important;
    vertical-align: middle;
    text-align: center;
  }

  .accordion-table-mobile th:last-child {
    width: 20px !important;
    text-align: center;
    white-space: nowrap;
  }

  /* Accordion detail cell for expanded rows */
  .accordion-content td {
    padding: 8px 12px 12px 12px !important;
    vertical-align: top;
    border-top: none;
    box-sizing: border-box;
  }

  /* Container holding accordion detail content */
  .mobile-details {
    
    padding: 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
  }

  /* Process time / Min / Max row */
  .mobile-details-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    margin-bottom: 8px;               /* space between metadata and description */
    font-size: 12px;
    line-height: 1.4;

    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    max-width: 100%;
  }

  .mobile-details-row::-webkit-scrollbar {
    display: none;
  }

  .mobile-details-row > div {
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex-shrink: 1;
    min-width: 0;
    font-size: 12px;
  }

  .mobile-details-row strong {
    font-weight: 600;
    margin-right: 4px;
  }

  /* Description below the row */
  .mobile-details p {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #212327;
    text-align: left;
    word-break: break-word;
    padding-right: 8px;
    max-width: 100%;
  }
}

@media screen and (max-width: 384px) {
  .table-mobile {
    table-layout: auto !important;
    width: 100% !important;
    border-collapse: collapse;
  }

  .table-mobile td,
  .table-mobile th {
    padding: 8px 8px !important;
    font-size: 12px !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }

  /* Allow headers like “Fees” to not break */
  .table-mobile th:last-child {
    min-width: 36px !important;
    white-space: nowrap;
  }

  /* Arrow column */
  .table-mobile td:last-child {
    max-width: 24px !important;
    min-width: 24px !important;
    width: 24px !important;
    padding-right: 2px !important;
    white-space: nowrap !important;
    vertical-align: middle;
  }

  /* Shrink logos artificially */
  .logo-row img {
    flex-shrink: 1 !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 11px !important;
    min-width: 0 !important;
  }

  /* Optional: shrink heading and subtitle */
  .deposit-title {
    font-size: 18px !important;
  }

  .note {
    font-size: 12px !important;
  }

  .accordion-content td {
    padding: 8px 12px !important;
  }

  html, body {
    max-width: 100vw;
    overflow-x: hidden !important;
  }

  
}