.copySize, .slide .text-content .top-row .return-info p, .slide .text-content .bottom-row .info-list li, .slide .text-content .bottom-row .learn-more, .card .card-body .card-row.card-row-1 .return-desc, .card .card-body .card-row.card-row-4 .learn-more-btn, .learn-more, .elementor-kit-7 .learn-more {
  font-size: 16px; }

@media (min-width: 768px) {
  .desktop-only {
    display: block; } }
@media (max-width: 767px) {
  .desktop-only {
    display: none !important; } }

.mobile-only {
  display: none; }

@media (max-width: 767px) {
  .mobile-only {
    display: block; } }

body {
  background-color: #F6F4F1;
  font-family: "Source Sans Pro", sans-serif; }

/* ------------------ */
/*      SLIDER        */
/* ------------------ */
.funds-slider .slider {
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .funds-slider .slider {
      padding-top: 75px; } }
  @media (max-width: 1300px) {
    .funds-slider .slider .slick-list {
      padding: 0 5% !important; } }
  @media (max-width: 992px) {
    .funds-slider .slider .slick-list {
      padding: 0 0 0 0 !important; } }

.slide.slick-active {
  opacity: 1; }

.slide {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 25px;
  transition: all 0.5s;
  opacity: .5; }
  .slide .card-body .card-row {
    font-size: 18px; }
  @media (max-width: 767px) {
    .slide {
      margin: 0 5px; } }
  .slide img {
    width: 100%;
    height: auto;
    display: block; }
    @media (max-width: 767px) {
      .slide img {
        height: 280px;
        object-fit: cover; } }
  .slide .text-content {
    background-color: #fff;
    padding: 10px 40px 40px;
    font-family: "Source Sans Pro", sans-serif; }
    @media (max-width: 992px) {
      .slide .text-content {
        padding: 30px 30px 40px; }
        .slide .text-content .card-row.card-row-1 {
          padding-bottom: 20px; } }
    .slide .text-content .top-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #A58270;
      padding-bottom: 7px;
      margin-bottom: 14px; }
      @media (max-width: 767px) {
        .slide .text-content .top-row {
          flex-direction: column;
          padding-bottom: 0;
          margin-bottom: 0;
          border-bottom: none;
          align-items: flex-start; } }
      .slide .text-content .top-row .post-title {
        color: #1C294B;
        font-size: 30px;
        margin: 0;
        font-family: "Minerva Modern", Sans-serif;
        font-weight: 400;
        line-height: 1.1em; }
        @media (max-width: 767px) {
          .slide .text-content .top-row .post-title {
            font-size: 30px;
            margin-bottom: 15px; } }
      .slide .text-content .top-row .return-info {
        text-align: right;
        width: 40%;
        margin: 0 0 10px 0; }
        @media (max-width: 767px) {
          .slide .text-content .top-row .return-info {
            text-align: left;
            width: 100%;
            margin: 10px 0; } }
        .slide .text-content .top-row .return-info h3 {
          color: #1C294B;
          font-size: 40px;
          font-family: "Minerva Modern", Sans-serif;
          font-weight: normal;
          margin: 0; }
        .slide .text-content .top-row .return-info p {
          color: #A58270;
          margin: 0; }
    .slide .text-content .bottom-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 10px; }
      .slide .text-content .bottom-row .info-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex; }
        .slide .text-content .bottom-row .info-list li {
          color: #1C294B;
          margin-right: 30px;
          display: flex;
          align-items: center; }
          .slide .text-content .bottom-row .info-list li i {
            margin-right: 10px; }
          .slide .text-content .bottom-row .info-list li span {
            font-family: "Source Sans Pro", sans-serif;
            font-weight: normal; }
      .slide .text-content .bottom-row .learn-more {
        background-color: #fff;
        color: #A58270;
        border: 1px solid #A58270 !important;
        padding: 14px 30px !important;
        cursor: pointer;
        font-family: 'Source Sans Pro', sans-serif;
        transition: background-color 0.3s, color 0.3s; }
        .slide .text-content .bottom-row .learn-more:hover {
          background-color: #1C294B;
          border-color: #1C294B !important;
          color: #fff;
          box-shadow: none; }

/* ------------------ */
/*       CARD         */
/* ------------------ */
.card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease-out; }
  .card .card-top {
    position: relative;
    width: 100%; }
    .card .card-top:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .card .card-top img {
      display: block;
      width: 100%;
      height: 280px;
      object-fit: cover; }
    .card .card-top .card-caption {
      position: absolute;
      top: 30px;
      right: 30px;
      background-color: #D6E6F6;
      color: #1C294B;
      padding: 1px 12px;
      border-radius: 10px;
      font-size: 0.9rem;
      font-weight: 500;
      font-family: "Source Sans Pro", sans-serif; }
    .card .card-top .card-overlay-wrap {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 30px;
      box-sizing: border-box;
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      overflow: visible; }
  .card .card-body {
    padding: 30px 33px 40px;
    /* Link styling in row 1 right column */ }
    @media (max-width: 768px) {
      .card .card-body {
        padding: 20px 30px 30px; } }
    .card .card-body .card-row.card-row-1 {
      margin: 12px 0 0; }
    .card .card-body .card-heading {
      color: #1C294B;
      font-family: "Minerva Modern", Sans-serif;
      margin: 0 0 15px;
      font-weight: normal;
      font-size: 30px;
      line-height: 1.1em; }
    .card .card-body .card-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 16px;
      padding: 5px 0;
      border-bottom: 1px solid #dedbd9; }
      .card .card-body .card-row .card-col.right {
        text-align: right;
        font-weight: 400; }
        .card .card-body .card-row .card-col.right a.plus-icon {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 46px;
          height: 46px;
          border: 1px solid #A58270;
          z-index: 2;
          border-radius: 50%;
          color: #A58270;
          font-size: 21px;
          text-decoration: none;
          cursor: pointer;
          transition: background-color 0.3s, color 0.3s;
          margin-top: 10px; }
          .card .card-body .card-row .card-col.right a.plus-icon:hover {
            background-color: #A58270;
            color: #fff; }
      .card .card-body .card-row.card-row-1 {
        padding-bottom: 10px; }
        .card .card-body .card-row.card-row-1 .return-rate {
          font-size: 40px;
          padding-bottom: 5px;
          font-weight: normal;
          font-family: "Minerva Modern", Sans-serif; }
          @media (max-width: 500px) {
            .card .card-body .card-row.card-row-1 .return-rate {
              font-size: 2.2rem; } }
        .card .card-body .card-row.card-row-1 .return-desc {
          color: #A58270;
          font-weight: 500; }
      .card .card-body .card-row.card-row-4 .learn-more-btn {
        background-color: #1C294B;
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
        font-family: "Source Sans Pro", sans-serif; }
    .card .card-body .learn-more-link {
      color: #1C294B;
      text-decoration: underline;
      font-weight: 400; }
      .card .card-body .learn-more-link:hover {
        text-decoration: none; }

/* Hide additional rows by default */
.card .card-body .card-row.additional {
  display: none; }

/* Final full width row (Security row) */
.card-row.full-row {
  display: block;
  border-bottom: none;
  padding: 10px 0; }
  .card-row.full-row .full-content {
    text-align: left; }
    .card-row.full-row .full-content strong {
      display: block;
      font-weight: 500;
      font-size: 18px;
      margin-bottom: 5px; }
    .card-row.full-row .full-content p {
      margin: 0;
      font-size: 18px;
      line-height: 1.3; }

@media (max-width: 1700px) and (min-width: 1400px) {
  body .funds-slider .slick-slider .slick-list {
    padding: 0 20% !important; } }
@media (max-width: 1399px) and (min-width: 992px) {
  body .funds-slider .slick-slider .slick-list {
    padding: 0 10% !important; } }

.learn-more {
  background-color: #fff;
  color: #A58270;
  border: 1px solid #A58270 !important;
  padding: 12px 26px !important;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s; }
  @media (max-width: 500px) {
    .learn-more {
      padding: 12px 22px !important;
      font-size: 16px !important; } }

.bbn {
  border-bottom: none !important; }

.closed-funds-listing .card {
  position: relative; }
  .closed-funds-listing .card .card-top {
    position: relative;
    width: 100%;
    max-height: 280px;
    overflow: hidden;
    background-color: transparent; }
    .closed-funds-listing .card .card-top img {
      display: block;
      width: 100%;
      height: 280px;
      object-fit: cover; }
    .closed-funds-listing .card .card-top .card-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 30px;
      box-sizing: border-box;
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      overflow: visible; }
  .closed-funds-listing .card .card-body {
    position: relative;
    padding-bottom: 20px; }
    @media (max-width: 768px) {
      .closed-funds-listing .card .card-body {
        padding: 20px 30px 20px; } }
    .closed-funds-listing .card .card-body .card-row {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .closed-funds-listing .card .card-body .card-row .card-col.right {
        text-align: right;
        font-weight: 400;
        max-width: 48%;
        line-height: 1.2; }
        .closed-funds-listing .card .card-body .card-row .card-col.right a.plus-icon {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 50px;
          height: 50px;
          border: 1px solid #A58270;
          border-radius: 50%;
          color: #A58270;
          font-size: 21px;
          text-decoration: none;
          cursor: pointer;
          transition: background-color 0.3s, color 0.3s; }
          .closed-funds-listing .card .card-body .card-row .card-col.right a.plus-icon::before {
            content: "+";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
  .closed-funds-listing .card .card-container.expanded .card-body .card-row .card-col.right a.plus-icon::before {
    content: "-"; }

.elementor-kit-7 .learn-more {
  background-color: #fff;
  color: #A58270;
  border: 1px solid #A58270 !important;
  padding: 8px 20px;
  cursor: pointer;
  font-family: 'Source Sans Pro', sans-serif;
  transition: background-color 0.3s, color 0.3s; }
  .elementor-kit-7 .learn-more:hover {
    background-color: #A58270;
    border-color: #A58270 !important;
    color: #fff;
    box-shadow: none; }

.container.flex {
  display: grid;
  gap: 20px;
  /* Adjust gap as needed */
  grid-template-columns: repeat(1, 1fr);
  /* Default single column */ }

@media screen and (min-width: 768px) {
  .container.flex {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (min-width: 1500px) {
  .container.flex {
    grid-template-columns: repeat(3, 1fr); } }
body .card .card-top span.card-caption.subscribed,
body .slider span.card-caption.subscribed {
  background-color: #fc8d59;
  color: #ffffff; }

span.card-caption {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: #d6e6f6;
  color: #1c294b;
  padding: 1px 12px;
  border-radius: 10px;
  font-size: .9rem;
  font-weight: 500;
  font-family: "Source Sans Pro", sans-serif; }
  span.card-caption--darkBlue {
    background-color: #f7fca1 !important;
    color: #31312c !important; }
  span.card-caption--now-open {
    background-color: #a1fca5 !important;
    color: #31312c !important; }
  span.card-caption--green {
    background-color: #7aa94a !important;
    color: white !important; }
  span.card-caption--orange {
    background-color: #f16334 !important;
    color: white !important; }
  span.card-caption--blue {
    background-color: #d6e6f6 !important;
    color: white !important; }

.slider .card-body {
  padding: 0; }

.card-body {
  padding: 20px;
  /* Link styling in row 1 right column */ }
  .card-body .card-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 0;
    border-bottom: 1px solid #A58270; }
    .card-body .card-row .card-col.right {
      text-align: right;
      font-weight: 400;
      max-width: 48%;
      line-height: 1.2; }
      .card-body .card-row .card-col.right a.plus-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        border: 1px solid #A58270;
        border-radius: 50%;
        color: #A58270;
        font-size: 21px;
        text-decoration: none;
        cursor: pointer;
        transition: background-color 0.3s, color 0.3s;
        margin-top: 5px; }
        .card-body .card-row .card-col.right a.plus-icon:hover {
          background-color: #A58270;
          color: #fff !important;
          content: "-"; }
    .card-body .card-row.card-row-1 .return-rate {
      font-size: 40px;
      font-weight: normal;
      font-family: "Minerva Modern", Sans-serif; }
      @media (max-width: 500px) {
        .card-body .card-row.card-row-1 .return-rate {
          font-size: 2.2rem; } }
    .card-body .card-row.card-row-1 .return-desc {
      font-size: 18px;
      color: #A58270;
      font-weight: 500; }
    .card-body .card-row.card-row-4 .learn-more-btn {
      background-color: #1C294B;
      color: #fff;
      border: none;
      padding: 12px 20px;
      border-radius: 5px;
      cursor: pointer;
      font-size: 18px;
      font-family: "Source Sans Pro", sans-serif; }
  .card-body .learn-more-link {
    color: #1C294B;
    text-decoration: underline;
    font-weight: 400; }
    .card-body .learn-more-link:hover {
      text-decoration: none; }

.card-container {
  position: relative;
  overflow: hidden; }

/* Both cards get the same width and transition effect */
.card {
  width: 100%;
  transition: opacity 0.5s ease-out; }

.card-container {
  position: relative;
  background-color: #fff;
  border-radius: 10px; }

.card-container .card.card-overlay {
  z-index: 10; }

.card-container .card.card-base {
  z-index: 1;
  position: relative; }

/* The overlay card is positioned exactly on top and hidden initially */
.card.card-overlay-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  /* Initially hidden by inline style */
  opacity: 1;
  /* Ensure opacity is 1 when displayed */ }
  .card.card-overlay-wrap .card-body .card-row .card-col.right a.plus-icon::before {
    content: "-"; }
  .card.card-overlay-wrap .card-body {
    padding-top: 15px; }
  .card.card-overlay-wrap .card-body .card-row .card-col.right a.plus-icon {
    position: relative;
    z-index: 12; }
  .card.card-overlay-wrap .card-top {
    font-family: "Minerva Modern", Sans-serif;
    overflow: hidden;
    background-color: #1C294B;
    /* max-height: 250px; */
    overflow: hidden;
    PADDING: 20px 40px; }
    .card.card-overlay-wrap .card-top h3.card-heading {
      color: #fff;
      margin: 60px 0 0; }
  .card.card-overlay-wrap .card-top img {
    display: none !important; }

[class^="icon-"] {
  width: 36px;
  height: 36px;
  background-size: cover !important;
  display: inline-block;
  /* Ensures proper spacing and alignment */ }

.icon-money {
  background: url(https://guardianfunds.com.au/wp-content/uploads/2025/04/icon-dollar-1.svg) top left no-repeat; }

.icon-calendar {
  background: url(https://guardianfunds.com.au/wp-content/uploads/2025/04/icon-date-1.svg) top left no-repeat; }

.single-new-fund li.menu-item.menu-item-224 a.elementor-item {
  border: 1px solid; }

@media (min-width: 1025px) {
  li.menu-item.menu-item-224.current_page_item a.elementor-item {
    color: #fff !important; }

  .single-post li.menu-item.menu-item-224 a.elementor-item {
    border: 1px solid #1C294B;
    color: #1C294B !important; }
    .single-post li.menu-item.menu-item-224 a.elementor-item:hover {
      background-color: #1C294B;
      color: #fff !important;
      border-color: #1C294B; } }
li.menu-item.menu-item-224 {
  margin-left: 20px; }
  @media (max-width: 1024px) {
    li.menu-item.menu-item-224 {
      margin-left: 0; } }
  li.menu-item.menu-item-224 a.elementor-item {
    border: 1px solid #fff;
    color: #fff;
    font-weight: 500 !important;
    padding: 15px 30px 15px 30px !important;
    max-width: 260px; }
    li.menu-item.menu-item-224 a.elementor-item:hover {
      background-color: #A58270;
      color: #fff !important;
      border-color: #A58270; }
    @media (max-width: 1024px) {
      li.menu-item.menu-item-224 a.elementor-item {
        justify-content: center !important;
        margin-top: 30px; } }

.section-stats-reversed .elementor-4977 .elementor-element.elementor-element-4af22166:not(.elementor-motion-effects-element-type-background),
.section-stats-reversed .elementor-4977 .elementor-element.elementor-element-4af22166 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #1C294B; }
.section-stats-reversed h4 {
  color: #A58270 !important; }
.section-stats-reversed .circle-counter__title,
.section-stats-reversed .circle-counter__subtitle {
  color: #F6F4F1 !important; }
.section-stats-reversed .circle-counter .circle-val {
  color: #F6F4F1 !important; }

@media (min-width: 1341px) {
  .elementor-element svg.circle-progress {
    width: 290px !important;
    height: 290px; } }
@media (max-width: 767px) {
  .elementor-173 .elementor-element.elementor-element-8044c9d > .elementor-widget-container {
    padding: 0; } }
.cta-btns .elementor-widget {
  align-items: center;
  justify-content: center;
  display: flex; }
.cta-btns a.elementor-button.elementor-button-link.elementor-size-sm {
  min-width: 220px; }

.slider {
  position: relative; }

/* Common arrow styling for both .slick-prev and .slick-next */
.slick-prev,
.slick-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border: 1px solid #1c294b !important;
  padding: 0 !important;
  z-index: 1;
  cursor: pointer;
  background-color: initial !important;
  transition: all 0.5s ease; }
  .slick-prev i,
  .slick-next i {
    color: white;
    font-size: 18px; }
  .slick-prev:before,
  .slick-next:before {
    display: none; }
  .slick-prev:hover, .slick-prev:active,
  .slick-next:hover,
  .slick-next:active {
    background-color: #fff !important;
    box-shadow: none !important; }
    .slick-prev:hover i, .slick-prev:active i,
    .slick-next:hover i,
    .slick-next:active i {
      color: #1C294B; }

/* For screens above 992px, hide arrows by default with slide-in effect */
@media (min-width: 993px) {
  .slick-prev {
    opacity: 0;
    transform: translateX(-20px); }

  .slick-next {
    opacity: 0;
    transform: translateX(20px); }

  .slider:hover .slick-prev {
    opacity: 1;
    transform: translateX(0); }

  .slider:hover .slick-next {
    opacity: 1;
    transform: translateX(0); } }
@media (max-width: 992px) {
  body .slick-slide {
    margin: 0; }
  body .slick-prev.custom-arrow {
    left: 0; }
  body .slick-next.custom-arrow {
    right: 0; } }
/* Optional: Custom arrows styling (if you prefer to use .custom-arrow) */
.custom-arrow {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border: 1px solid #1C294B;
  z-index: 1;
  cursor: pointer;
  background-color: #1C294B !important; }
  .custom-arrow i {
    color: white;
    font-size: 18px; }
  .custom-arrow:hover {
    background-color: #fff !important;
    border: 1px solid white !important; }
    .custom-arrow:hover i {
      color: #1C294B; }

.slick-prev.custom-arrow {
  left: 40px;
  right: auto; }

.slick-next.custom-arrow {
  right: 40px; }

body:not(.rtl) #elementor-popup-modal-5605 .dialog-close-button {
  padding: 13px;
  border-radius: 100px;
  border: 1px solid #A68270; }

#elementor-popup-modal-5605 .dialog-close-button svg {
  fill: #A68270; }

body .reversed .custom-hubspot-form {
  /* Placeholder styling for input and textarea only */ }
  body .reversed .custom-hubspot-form input,
  body .reversed .custom-hubspot-form select,
  body .reversed .custom-hubspot-form textarea {
    border-bottom: 1px solid #fff !important;
    color: #fff !important; }
  body .reversed .custom-hubspot-form input::-webkit-input-placeholder,
  body .reversed .custom-hubspot-form textarea::-webkit-input-placeholder {
    /* Chrome, Safari, Opera */
    color: #9EA2AE; }
  body .reversed .custom-hubspot-form input::-moz-placeholder,
  body .reversed .custom-hubspot-form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #9EA2AE;
    opacity: 1; }
  body .reversed .custom-hubspot-form input:-ms-input-placeholder,
  body .reversed .custom-hubspot-form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #9EA2AE; }
  body .reversed .custom-hubspot-form input::placeholder,
  body .reversed .custom-hubspot-form textarea::placeholder {
    /* Modern browsers */
    color: #9EA2AE; }
  body .reversed .custom-hubspot-form .hs-button {
    border: 1px solid #A68270 !important;
    color: #A68270 !important; }
    body .reversed .custom-hubspot-form .hs-button:hover {
      color: #fff !important; }
  body .reversed .custom-hubspot-form select {
    background-image: url(https://guardianfunds.com.au/wp-content/uploads/2025/04/arrow-white.svg); }

@media (max-width: 768px) {
  body .custom-hubspot-form .hs-form fieldset.form-columns-2 .hs-form-field {
    flex: 0 0 100%; } }
body .custom-hubspot-form input,
body .custom-hubspot-form select,
body .custom-hubspot-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #1d1d1d;
  background: transparent;
  padding: 8px 0;
  font-size: 20px;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  padding: 0.5rem 1rem; }
body .custom-hubspot-form .hs-form fieldset.form-columns-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 24px;
  max-width: 100%; }
body .custom-hubspot-form .hs-button {
  background: transparent;
  border: 1px solid #A68270;
  color: #A68270;
  padding: 10px 30px;
  border-radius: 0;
  font-size: 22px;
  cursor: pointer;
  display: inline-block;
  margin-top: 20px;
  transition: all 0.3s ease;
  max-width: 220px;
  /* height: 47px; */
  padding: 10px 30px !important; }
body .custom-hubspot-form .hs-form-field {
  margin-bottom: 10px; }
body .custom-hubspot-form fieldset {
  max-width: 100% !important; }
body .custom-hubspot-form textarea {
  width: 100% !important; }
body .custom-hubspot-form ul.no-list.hs-error-msgs.inputs-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  font-size: 14px;
  color: #d93025; }
body .custom-hubspot-form .grecaptcha-badge {
  width: unset !important;
  box-shadow: none !important; }
body .custom-hubspot-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #1d1d1d;
  background: transparent;
  padding: 0.75rem 1rem;
  /* Increased vertical padding */
  padding-right: 3rem;
  /* Increased right padding for the arrow */
  background-image: url("https://guardianfunds.com.au/wp-content/uploads/2025/04/arrow-1.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px 14px;
  /* Ensure full 14px height and width */
  /* Optional: ensure the element doesn't clip the background */
  overflow: visible; }

/*# sourceMappingURL=style.css.map */
