.gbma-root {
  --gbma-navy: #062c3d;
  --gbma-accent: #ffe889;
  --gbma-cream: #fffcdd;
  --gbma-text: #062c3d;
  --gbma-muted: #60717a;
  --gbma-radius: 18px;
  --gbma-gap: 22px;
  --gbma-columns: 3;
  --gbma-columns-tablet: 2;
  --gbma-columns-mobile: 1;
  width: 100%;
  color: var(--gbma-text);
  font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.gbma-root,
.gbma-root * {
  box-sizing: border-box;
}

.gbma-root button,
.gbma-root input,
.gbma-root select {
  font: inherit;
}

.gbma-root .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.gbma-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: 0;
}

.gbma-mediums {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 28px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0 !important;
}

.gbma-filter-chip {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
}

.gbma-filter-chip input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.gbma-filter-chip span {
  position: relative;
  display: block;
  min-height: 0;
  padding: 7px 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #6d7d84;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  transition: color .25s ease;
}

.gbma-filter-chip span::after {
  position: absolute;
  right: 100%;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--gbma-navy);
  content: "";
  transition: right .25s ease;
}

.gbma-filter-chip:hover span,
.gbma-filter-chip input:checked + span {
  color: var(--gbma-navy);
}

.gbma-filter-chip:hover span::after,
.gbma-filter-chip input:checked + span::after {
  right: 0;
}

.gbma-filter-chip input:focus-visible + span {
  outline: 3px solid var(--gbma-accent);
  outline-offset: 4px;
}

.gbma-filter-row {
  display: flex;
  flex: 0 1 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
  min-width: 0;
}

.gbma-search-field,
.gbma-select-field {
  position: relative;
  display: flex;
  min-width: 148px;
  align-items: center;
  margin: 0;
  border: 0 !important;
  border-bottom: 1px solid #b9c2c5 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transition: border-color .2s ease;
}

.gbma-search-field {
  min-width: 230px;
}

.gbma-search-field:focus-within,
.gbma-select-field:focus-within {
  border-bottom-color: var(--gbma-navy) !important;
}

.gbma-search-field > svg {
  width: 15px;
  height: 15px;
  margin: 0 8px 0 0;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--gbma-muted);
  stroke-width: 1.7;
  stroke-linecap: round;
}

.gbma-search-field input,
.gbma-select-field select {
  width: 100%;
  min-width: 0;
  height: 38px;
  margin: 0 !important;
  padding: 8px 34px 8px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--gbma-navy) !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.gbma-search-field input {
  padding-right: 0 !important;
}

.gbma-search-field input::placeholder {
  color: #829096;
  opacity: 1;
}

.gbma-select-field select {
  min-width: 148px;
  cursor: pointer;
  appearance: none;
}

.gbma-select-field > svg {
  position: absolute;
  right: 3px;
  width: 10px;
  height: 7px;
  fill: none;
  stroke: var(--gbma-navy);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.gbma-submit {
  min-height: 38px;
  padding: 0 17px;
  border: 0 !important;
  border-radius: 999px;
  background: var(--gbma-navy);
  box-shadow: none !important;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.gbma-root.gbma-enhanced .gbma-submit {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.gbma-root.gbma-fetch-error .gbma-submit {
  position: static;
  width: auto;
  height: auto;
  min-height: 38px;
  margin: 0;
  padding: 0 17px;
  overflow: visible;
  clip: auto;
}

.gbma-featured {
  margin: 42px 0 0;
  overflow: hidden;
  border: 0 !important;
  border-radius: 22px;
  background: var(--gbma-navy);
  box-shadow: none !important;
  color: #fff;
}

.gbma-featured > a {
  display: grid;
  min-height: 310px;
  grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr);
  color: inherit !important;
  text-decoration: none !important;
}

.gbma-featured > a::before,
.gbma-featured > a::after {
  content: none !important;
}

.gbma-featured-visual {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
  background: linear-gradient(145deg, #125f67 0%, #0a3f4b 100%);
}

.gbma-featured-visual > span {
  position: absolute;
  top: 30px;
  left: 34px;
  color: var(--gbma-accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.gbma-featured-visual strong {
  max-width: 90%;
  color: #fff;
  font-size: clamp(34px, 4.4vw, 67px);
  font-weight: 800;
  line-height: .88;
  letter-spacing: -.065em;
  overflow-wrap: anywhere;
}

.gbma-featured-visual small {
  margin-top: 15px;
  color: rgba(255, 255, 255, .58);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.gbma-featured-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 70px);
}

.gbma-featured-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, .58);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gbma-featured-meta span {
  color: var(--gbma-accent);
}

.gbma-featured-meta span::after {
  display: inline-block;
  width: 18px;
  height: 1px;
  margin-left: 12px;
  background: rgba(255, 255, 255, .25);
  content: "";
  vertical-align: middle;
}

.gbma-featured-content h2 {
  max-width: 900px;
  margin: 22px 0 18px !important;
  color: #fff !important;
  font-size: clamp(27px, 3.2vw, 48px) !important;
  font-weight: 750 !important;
  line-height: 1.03 !important;
  letter-spacing: -.047em !important;
}

.gbma-featured-content p {
  max-width: 700px;
  margin: 0 !important;
  color: rgba(255, 255, 255, .64) !important;
  font-size: 14px;
  line-height: 1.55;
}

.gbma-featured-link {
  position: relative;
  align-self: flex-start;
  margin-top: 29px;
  color: var(--gbma-accent);
  font-size: 11px;
  font-weight: 750;
}

.gbma-featured-link::after {
  position: absolute;
  right: 100%;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transition: right .3s ease;
}

.gbma-featured:hover .gbma-featured-link::after,
.gbma-featured:focus-within .gbma-featured-link::after {
  right: 0;
}

.gbma-results-head {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 14px;
  margin: 40px 0 24px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.gbma-count {
  margin: 0 !important;
  color: var(--gbma-navy) !important;
  font: inherit;
  white-space: nowrap;
}

.gbma-results-rule {
  height: 1px;
  flex: 1 1 auto;
  background: #d7dcda;
}

.gbma-results-head small {
  color: #849198;
  font-size: 9px;
  font-weight: 700;
  white-space: nowrap;
}

.gbma-reset {
  position: relative;
  flex: 0 0 auto;
  padding: 3px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--gbma-navy) !important;
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.gbma-reset::after {
  position: absolute;
  right: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transition: right .22s ease;
}

.gbma-reset:hover::after,
.gbma-reset:focus-visible::after {
  right: 0;
}

.gbma-grid {
  display: grid;
  grid-template-columns: repeat(var(--gbma-columns), minmax(0, 1fr));
  column-gap: var(--gbma-gap);
  row-gap: 44px;
  transition: opacity .18s ease;
}

.gbma-grid[aria-busy="true"] {
  opacity: .42;
  pointer-events: none;
}

.gbma-card {
  --gbma-card-tone: var(--gbma-navy);
  min-width: 0;
  margin: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--gbma-text);
  animation: gbma-rise .45s both;
  animation-delay: var(--gbma-delay, 0ms);
}

@keyframes gbma-rise {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}

.gbma-card--tv-video { --gbma-card-tone: #173b88; }
.gbma-card--radio-podcast { --gbma-card-tone: #b72e32; }
.gbma-card--presse-web { --gbma-card-tone: #087f86; }
.gbma-card--source-bfm-tv,
.gbma-card--source-bfm-business,
.gbma-card--source-bfm-paris-ile-de-france { --gbma-card-tone: #173b88; }
.gbma-card--source-sud-radio { --gbma-card-tone: #b72e32; }
.gbma-card--source-acteurs-publics { --gbma-card-tone: #274d5e; }
.gbma-card--source-europe-1 { --gbma-card-tone: #ef502e; }
.gbma-card--source-tribune-juive { --gbma-card-tone: #866b26; }
.gbma-card--source-cnews { --gbma-card-tone: #122a45; }
.gbma-card--source-le-parisien { --gbma-card-tone: #087f86; }
.gbma-card--source-france-3-paris-ile-de-france,
.gbma-card--source-france-bleu-paris,
.gbma-card--source-ici-paris-ile-de-france { --gbma-card-tone: #156a8f; }
.gbma-card--source-radio-j,
.gbma-card--source-rcj { --gbma-card-tone: #71562c; }

.gbma-card-visual {
  position: relative;
  height: 205px;
  overflow: hidden;
  padding: 25px;
  border: 0 !important;
  border-radius: var(--gbma-radius);
  background: var(--gbma-card-tone);
  box-shadow: none !important;
  transition: transform .38s cubic-bezier(.2, .75, .2, 1), border-radius .3s ease;
}

.gbma-card-visual::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, .09), transparent 55%);
  content: "";
  pointer-events: none;
}

.gbma-card:hover .gbma-card-visual,
.gbma-card:focus-within .gbma-card-visual {
  border-radius: var(--gbma-radius) var(--gbma-radius) 7px var(--gbma-radius);
  transform: translateY(-5px);
}

.gbma-card-source-name {
  position: absolute;
  z-index: 1;
  bottom: 26px;
  left: 25px;
  max-width: 82%;
  color: #fff;
  font-size: clamp(21px, 2.1vw, 32px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.045em;
  overflow-wrap: anywhere;
}

.gbma-card-number {
  position: absolute;
  top: 20px;
  right: 23px;
  color: rgba(255, 255, 255, .45);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .12em;
}

.gbma-card-body {
  display: flex;
  min-height: 0;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding: 18px 3px 0;
  background: transparent;
  color: var(--gbma-text);
}

.gbma-card-meta {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #76868d;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.gbma-card-meta span {
  color: var(--gbma-navy);
}

.gbma-card-meta span::after {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-left: 9px;
  border-radius: 50%;
  background: #b9c0c3;
  content: "";
  vertical-align: middle;
}

.gbma-card-title {
  display: -webkit-box;
  max-width: 95%;
  margin: 13px 0 19px !important;
  overflow: hidden;
  color: var(--gbma-text) !important;
  font-size: 18px !important;
  font-weight: 650 !important;
  line-height: 1.27 !important;
  letter-spacing: -.027em !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.gbma-card-summary {
  display: -webkit-box;
  margin: -7px 0 18px !important;
  overflow: hidden;
  color: var(--gbma-muted) !important;
  font-size: 12.5px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gbma-card-link {
  position: relative;
  display: flex !important;
  width: 100%;
  min-height: 34px;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: auto;
  padding: 12px 0 0 !important;
  overflow: hidden;
  border: 0 !important;
  border-top: 1px solid #daddda !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--gbma-navy) !important;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
}

.gbma-card-link::before,
.gbma-card-link::after {
  content: none !important;
}

.gbma-card-link span {
  position: relative;
}

.gbma-card-link span::after {
  position: absolute;
  right: 100%;
  bottom: -3px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transition: right .25s ease;
}

.gbma-card:hover .gbma-card-link span::after,
.gbma-card:focus-within .gbma-card-link span::after {
  right: 0;
}

.gbma-empty {
  display: grid;
  min-height: 250px;
  place-items: center;
  align-content: center;
  gap: 13px;
  padding: 40px 24px;
  border: 0 !important;
  border-radius: var(--gbma-radius);
  background: #f5f5f1;
  box-shadow: none !important;
  text-align: center;
}

.gbma-empty[hidden],
.gbma-load-wrap[hidden],
.gbma-reset[hidden] {
  display: none !important;
}

.gbma-empty-line {
  width: 48px;
  height: 2px;
  background: var(--gbma-accent);
}

.gbma-empty p {
  max-width: 460px;
  margin: 0 !important;
  color: var(--gbma-text) !important;
  font-size: 17px;
  font-weight: 620;
}

.gbma-empty button {
  padding: 0 0 3px !important;
  border: 0 !important;
  border-bottom: 1px solid currentColor !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--gbma-navy) !important;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.gbma-load-wrap {
  display: flex;
  justify-content: center;
  padding: 66px 0 2px;
}

.gbma-load-more {
  position: relative;
  display: inline-flex;
  min-width: 290px;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0 25px 0 27px !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--gbma-navy) !important;
  box-shadow: none !important;
  color: #fff !important;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.gbma-load-more::before {
  position: absolute;
  inset: 0;
  background: var(--gbma-accent);
  content: "";
  transform: translateX(-101%);
  transition: transform .42s cubic-bezier(.65, 0, .35, 1);
}

.gbma-load-more:hover::before,
.gbma-load-more:focus-visible::before {
  transform: none;
}

.gbma-load-more > span,
.gbma-load-more > svg {
  position: relative;
  z-index: 1;
  transition: color .3s ease, transform .35s ease;
}

.gbma-load-more:hover > span,
.gbma-load-more:hover > svg,
.gbma-load-more:focus-visible > span,
.gbma-load-more:focus-visible > svg {
  color: var(--gbma-navy);
}

.gbma-load-more:hover > svg,
.gbma-load-more:focus-visible > svg {
  transform: translateX(4px);
}

.gbma-load-more:disabled {
  opacity: .55;
  cursor: wait;
}

.gbma-load-more svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gbma-card-link:focus-visible,
.gbma-load-more:focus-visible,
.gbma-carousel-arrow:focus-visible,
.gbma-empty button:focus-visible,
.gbma-modal-close:focus-visible {
  outline: 3px solid var(--gbma-accent);
  outline-offset: 3px;
}

.gbma-carousel-shell {
  position: relative;
}

.gbma-carousel-viewport {
  width: 100%;
  overflow: hidden;
  outline: none;
  touch-action: pan-y;
}

.gbma-carousel-track {
  display: flex;
  gap: var(--gbma-gap);
  transition: transform .55s cubic-bezier(.22, .72, .22, 1);
  will-change: transform;
}

.gbma-card--carousel {
  flex: 0 0 calc((100% - (var(--gbma-gap) * 3)) / 4);
}

.gbma-carousel-arrow {
  position: absolute;
  z-index: 6;
  top: 102px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 10px;
  background: var(--gbma-navy) !important;
  box-shadow: none !important;
  color: #fff !important;
  cursor: pointer;
  transform: translateY(-50%);
}

.gbma-carousel-arrow:hover {
  background: var(--gbma-accent) !important;
  color: var(--gbma-navy) !important;
}

.gbma-carousel-arrow:disabled {
  opacity: 0;
  pointer-events: none;
}

.gbma-carousel-arrow svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gbma-carousel-prev { left: 12px; }
.gbma-carousel-next { right: 12px; }

.gbma-modal[hidden] {
  display: none !important;
}

.gbma-modal {
  position: fixed;
  z-index: 999999;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 22px;
}

.gbma-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 18, 26, .78);
  backdrop-filter: blur(10px);
}

.gbma-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(1020px, 100%);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  background: #031b26;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .35);
}

.gbma-modal-head {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 11px 13px 11px 19px;
  background: #031b26;
  color: #fff;
}

.gbma-modal-head p {
  margin: 0 !important;
  overflow: hidden;
  color: #fff !important;
  font-size: 13px;
  font-weight: 630;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gbma-modal-close {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  place-items: center;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, .24) !important;
  border-radius: 10px;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff !important;
  cursor: pointer;
}

.gbma-modal-close:hover {
  border-color: var(--gbma-accent) !important;
  color: var(--gbma-accent) !important;
}

.gbma-modal-close svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
}

.gbma-player {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.gbma-player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

body.gbma-modal-open {
  overflow: hidden;
}

@media (max-width: 1100px) {
  .gbma-filters { align-items: flex-start; }
  .gbma-mediums { gap: 8px 19px; }
  .gbma-filter-row { gap: 18px; }
}

@media (max-width: 950px) {
  .gbma-filters { display: grid; }
  .gbma-filter-row { width: 100%; justify-content: space-between; }
  .gbma-search-field,
  .gbma-select-field { flex: 1 1 0; }
  .gbma-featured > a { grid-template-columns: 1fr; }
  .gbma-featured-visual { min-height: 200px; }
  .gbma-grid { grid-template-columns: repeat(var(--gbma-columns-tablet), minmax(0, 1fr)); }
  .gbma-card--carousel { flex-basis: calc((100% - var(--gbma-gap)) / 2); }
}

@media (max-width: 620px) {
  .gbma-filters { gap: 19px; }
  .gbma-mediums { gap: 6px 18px; }
  .gbma-filter-chip span { font-size: 12px; }
  .gbma-filter-row { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .gbma-search-field,
  .gbma-select-field,
  .gbma-select-field select { width: 100%; }
  .gbma-featured { margin-top: 30px; border-radius: 17px; }
  .gbma-featured-visual { min-height: 170px; padding: 26px; }
  .gbma-featured-visual > span { top: 24px; left: 26px; }
  .gbma-featured-visual strong { font-size: 38px; }
  .gbma-featured-content { padding: 30px 26px 34px; }
  .gbma-featured-content h2 { font-size: 29px !important; }
  .gbma-results-head { margin-top: 32px; }
  .gbma-results-head small { display: none; }
  .gbma-grid { grid-template-columns: repeat(var(--gbma-columns-mobile), minmax(0, 1fr)); row-gap: 35px; }
  .gbma-card-visual { height: 195px; }
  .gbma-card-source-name { font-size: 29px; }
  .gbma-card-title { font-size: 18px !important; }
  .gbma-card--carousel { flex-basis: calc(100% - 34px); }
  .gbma-load-more { min-width: min(100%, 330px); }
  .gbma-modal { padding: 10px; }
  .gbma-modal-dialog { border-radius: 14px; }
  .gbma-modal-head { min-height: 52px; padding: 8px 9px 8px 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .gbma-root *,
  .gbma-root *::before,
  .gbma-root *::after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (forced-colors: active) {
  .gbma-card-visual,
  .gbma-filter-chip span,
  .gbma-search-field,
  .gbma-select-field,
  .gbma-load-more {
    border: 1px solid ButtonText !important;
  }
}
