:root {
  --red-primary: #0067EE;
  --grey-primary: #2B2B2B;
}

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;
}

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

.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; /* You may need to adjust this value based on your content */
  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(196, 194, 194, 1);
  color: rgba(255, 255, 255, 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(255, 9, 4, 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: 400;
    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;
   
}
@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: 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% */
} 

@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;
  }

  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;
}

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; 
}
