/* Custom Lurrid styles */

.header-custom-style {
    padding: 10px 20px;
    background: #07072C;
    color: white;
}

.is-pro-badge-small {
  width: 24px;
  position: absolute;
  top: -3px;
  left: -10px;
  /* ensure no extra fill overrides */
}
.is-pro-badge-small svg {
  width: 100%;
  height: auto;
  display: block;
}

/* 1) Completely hide any existing inline PRO‑badge SVG */
.is-pro-badge-small svg {
  display: none !important;
}

/* 2) Force your shield as the badge background */
.is-pro-badge-small {
  /* size & positioning */
  width: 24px !important;
  height: 24px !important;
  position: absolute !important;
  top: -3px !important;
  left: -10px !important;


.is-pro-badge {
    text-align
    display: none !important;
    margin-top: 5px;
    margin-bottom: 15px;
    color: var(--main-color);
    font-weight: 500;
    font-size: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #3b3b3b;
}


/* FORCE‑HIDE the old inline SVG with id="Capa_1" */
svg#Capa_1,
.is-pro-badge-small svg#Capa_1 {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
}
