.elementor-kit-543{--e-global-color-primary:#00263E;--e-global-color-secondary:#55678B;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FFC600;--e-global-color-49d6a011:#FFC600;--e-global-color-1d8e0d92:#FFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-543 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.county-button {
    margin: 3px 3px;
}

.sclp-cards {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 45px;
        column-gap: 30px;
        justify-items: center;
        margin: 15px;
        max-width: 1100px;
        font-family: system-ui, -apple-system, "Segoe UI", Roboto,
          "Helvetica Neue", Arial;
      }
      
      #poorcupine {
        background-color: #00263e;
        color: #fff;
      }

      #bronze {
        background-color: #f18a00;
        color: black;
      }

      #silver {
        background-color: #c1c5c8;
        color: #00263e;
      }

      #gold {
        background-color: #ffc600;
        color: #00263e;
      }

      #platinum {
        background-color: #b9d2dc;
        color: #00263e;
      }

      .sclp-card {
        background: #ffffff;
        /* border: 1px solid #00263e; */
        border-radius: 12px;
        min-height: 345px;
        max-width: 300px;
        padding: 0px;
        box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transition: transform 0.18s ease, box-shadow 0.18s ease;
      }

      .sclp-card:hover {
        transform: translateY(-4px);
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
      }

      .sclp-level {
        display: flex;
        justify-content: center;
        color: #fff;
        font-family: "Roboto Condensed";
        font-size: 20px;
        background-color: #00263e;
        border-radius: 12px 12px 0px 0px;
      }

      .sclp-level h2 {
        margin: 10px;
      }

      .sclp-perks {
        margin: 8px 16px;
      }

      .sclp-perks p {
        font-size: 22px;
        font-weight: 700;
        margin-left: 16px;
      }

      .sclp-perks-list {
        font-family: "Roboto";
        font-size: 16px;
        margin: 0;
        padding: 0 15px;
        list-style: none;
        flex: 1;
      }

      .sclp-perks-list li {
        position: relative;
        margin: 8px 0;
        padding-left: 10px;
        line-height: 1.3;
        color: #111827;
      }

      .sclp-perks-list li:before {
        content: "•";
        position: absolute;
        left: 0;
        top: 0;
        color: #f59e0b;
        font-weight: 700;
      }

      .sclp-footer {
        background-color: #00263e;
        padding: 10px 15px;
        margin-top: 10px;
        border-radius: 0px 0px 12px 12px;
        display: flex;
        gap: 8px;
        align-items: center;
        justify-content: space-between;
      }

      .sclp-footer h3 {
        color: #fff;
        font-size: 19px;
        margin: 0px;
      }

      .sclp-join-button {
        background: #b9d2dc;
        color: #00263e;
        border: none;
        padding: 6px 20px;
        border-radius: 8px;
        cursor: pointer;
        font-weight: 700;
        text-decoration: none;
      }

      .sclp-join-button:hover {
        background-color: #ffc600;
        transition: all 0.2s ease-in-out;
      }
      
    @media only screen and (max-width: 800px) {
        .sclp-cards {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media only screen and (max-width: 550px) {
        .sclp-cards {
        grid-template-columns: 1fr;
      }
    }/* End custom CSS */