/** Shopify CDN: Minification failed

Line 499:0 Unexpected "}"
Line 1112:25 Expected identifier but found "/"

**/

/* Utility Classes | START */

.section-spacer {
    margin-bottom: 3rem;
    padding: 2rem 0;
}

.content-container {
    margin: 0 auto;
    padding:  0 1rem;
    width: min(100%, 100rem);
    text-align: center;
}

.section-container-black {
    background-color: #1b1b1b;
    color: #ffffff; 
}

.section-container-gray-100 {
    background-color: #F0F0F0;
    color: #1b1b1b; 
}
.section-container-gray-200 {
    background-color: #EDEDED;
    color: #1b1b1b; 
}

.section-container-footer {
    background-color: #F5F3ED;
    color: #1b1b1b; 
}

.section-container-white {
    background-color: #ffffff;
    color: #1b1b1b; 
}

.section-container-orange {
    background-color: #f36e21;
    color: #1b1b1b; 
}

.section-container-gray100 {
    background-color: #f8f8f8;
    color: #575757; 
}

.img-full-width {
    width: 100%;
}

a.cta-link {
    text-decoration: none;
}

button.cta-template {
    /* margin-top: 2rem; */
    padding: 1rem 1rem;
    width: min(100%, 21rem);
    border: none;
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    background-color: #FFED00;
    transition: all 200ms ease;
}

button.cta-template:hover {
    color: #1b1b1b;
    background-color: #fcca00 ;
}

button.cta-template.orange-bg {
    margin-top: 2rem;
    padding: 1rem 1rem;
    width: min(100%, 25rem);
    border: none;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    background-color: #f36e21;
    transition: all 200ms ease;
}

button.cta-template.orange-bg:hover {
    color: #1b1b1b;
    background-color: #fceb00 ;
}

button.cta-template.secondary {
    margin-top: 0;
    padding: 1rem 1rem;
    width: min(100%, 21rem);
    font-weight: 800;
    color: #ffffff;
    background-color: #1b1b1b;
    transition: all 200ms ease;
}

button.cta-template.secondary:hover {
    color: #1b1b1b;
    background-color: #fceb00;
}

button.cta-template.tertiary {
    margin-top: 0;
    padding: 1rem 1rem;
    width: min(100%, 21rem);
    font-weight: 800;
    color: #1b1b1b;
    background-color: #fceb00;
    transition: all 200ms ease;
}

button.cta-template.tertiary:hover {
    color: #ffffff;
    background-color: #f36e21;
}

button.secondary-nav {
    margin-top: 1rem;
    padding: 0.7rem 0;
    width: min(100%, 15rem);
    font-weight: 600;
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #f36e21;
    transition: all 200ms ease;
}

button.secondary-nav:hover {
    background-color: #1b1b1b;
}

button.secondary {
    margin-top: 0;
    padding: 0.75rem 0.5rem;
    width: min(100%, 21rem);
    color: #ffffff;
    font-weight: 600;
    border: none;
    /* border: 2px solid #f36e21; */
    background-color: #f36e21;
    transition: all 200ms ease;
}

button.secondary-outline {
    margin-top: 0;
    padding: 0.75rem 0.5rem;
    width: min(100%, 21rem);
    color: #f36e21;
    font-weight: 700;
    border: 2px solid #f36e21;
    background-color: #ffffff;
    transition: all 200ms ease;
}

button.secondary-outline:hover {
    color: #ffffff;
    border: 2px solid #f36e21;
    background-color: #f36e21;
}
/* Utility Classes | END */


/* ============================================= */
/* ============================================= */
/* AICHI section | START */
.aichi {
    position: relative;
}

/* Header section | START */
.aichi .hero-container {
    margin: 0;
    padding: 2rem 0 0.5rem 0;
    position: relative;
    background-image: url('/cdn/shop/files/pickleball-service-hero-img-mobile.webp?v=1772221555');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #000000;
}

.aichi .hero-container::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.7;
}

.aichi .hero-content-wrapper {
        position: relative;
        z-index: 10;
    }

.aichi .hero-container  .content-container {
    padding-top: 0;
    position: relative;
    z-index: 100;
    /* width: min(100%, 55rem); */
}

.aichi .hero-container img.aichi-logo  {
    margin: 1rem 0 1rem 0;
    max-width: 300px;
    /* box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .2); */
}

.aichi .header-content-container {
    margin: 0 auto;
    width: min(100%, 800px);
}

.aichi .header-content-container h1 {
    margin-bottom: 1rem;
    font-family: "Montserrat", sans-serif;
    font-size: 3.25rem;
    text-align: center;
    font-weight: 800;
    line-height: 1;
    color: #f36e21;
    filter: drop-shadow(5px 5px 2px #000000);
}

.aichi .header-content-container h1 span.first {
    display: block;
}


.aichi .header-content-container p {
    margin-bottom: 1rem;;
    font-size: 1.1rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    color: #ffffff;
}

.aichi .hero-container button.hero {
    margin: 2rem 0 2rem 0;
}

.aichi .hero-container .product-feature-img {
    margin-top: 2rem;
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    z-index: 10;
}

.aichi .hero-container .product-feature-img img {
    width: min(100%, 600px);
}


@media (min-width: 50rem) {
    .aichi .hero-container {
        background-image: url('/cdn/shop/files/pickleball-service-hero-img-tablet.webp?v=1772221555');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media (min-width: 75rem) {

    .aichi .hero-container {
    padding: 0;
    background-image: url('/cdn/shop/files/pickleball-service-hero-img-desktop-theme.webp?v=1772221555');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000000;
    }

    .aichi .hero-content-wrapper {
        margin: 0 auto;
        padding-bottom: 3rem;
        width: min(100%, 1600px);
        height: 100%;
        display: grid;
        align-items: center;
        grid-template-areas: "img content";
        grid-template-columns: 50% 50%;
    }

    .aichi .hero-container .product-feature-img {
        grid-area: img;
    }

    .aichi .hero-container .product-feature-img img {
        width: 100%;
        position: relative;
        left: 100px;
    }

    .aichi .hero-container .content-container {
        margin-bottom: 2rem;
        padding-top: 0;
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .aichi .header-content-container {
        grid-area: content;
    }

    .aichi .header-content-container h1 {
        margin: 0;
        max-width: 700px;
        font-size: 4.6rem;
        text-align: left;
    }

    .aichi .header-content-container p {
        text-align: left;
    }

}

@media (min-width: 100rem) {
    .aichi .hero-content-wrapper {
        padding-bottom: 0;
    }
}
/* Header section | END */




/* Form | START */
/* Form styles to override CD | START */

div#sp_3 {
    background-color: #ffffff;
}

.sd-title.sd-element__title {
    background-color: #ffffff;
}

.sd-text__content.sd-question__content {
    background-color: #ffffff;
}

.sd-page.sd-body__page.sd-page__empty-header {
    background-color: #ffffff;
}

.sd-action-bar.sd-footer.sd-body__navigation.sd-clearfix {
    background-color: #ffffff;
}

.sd-element--with-frame.sd-question--title-top {
    background-color: #ffffff;
}

.sd-item__control-label .sv-string-viewer {
    background-color: #ffffff;
    color: #77777a !important;
}

label.sd-selectbase__label {
    background-color: #ffffff;
}

.sd-item__decorator {
    border: 1px solid rgb(183, 183, 183);
}

.form-content-container.content-container {
    padding: 2rem 0.5rem 2rem 0.5rem !important;
}

.sd-body.sd-body--responsive {
    padding: 0.2rem 0;
}

span.sv-string-viewer.sv-string-viewer--multiline {
    color: #77777a;
}

span.sd-question__required-text {
    color: #77777a;
}

span.sv-string-viewer {
    color: #77777a;
}

.sd-question__header.sd-element__header.sd-question__header--location-top.sd-element__header--location-top {
    text-align: left;
}

.sv-components-column.sv-components-container-contentBottom {
    align-items: center;
    background-color: #ffffff;
}

input.sd-btn.sd-btn--action.sd-navigation__complete-btn {
    background-color: #FF6C0C !important;
}

input.sd-btn.sd-btn--action.sd-navigation__complete-btn:hover {
    background-color:rgb(211, 87, 5) !important;
}

.sd-row--multiple {
    flex-direction: column !important;
}

/* Form styles to override CD | END */


/* Form | START */
#cta-form-aichi {
    scroll-margin-top: 120px;
}

.form-content-container.content-container {
    padding: 0 0.5rem;
    position: relative;
    top: -2rem;
}

.action-contact-form {
    margin: 0 auto;
    padding: 3.5rem 0 2rem 0;
    width: min(100%, 45rem);
    position: relative;
    z-index: 5;
    top: -3rem;
    border-radius: 0.25rem;
    background-color: #ffffff;
    box-shadow: 4px 4px 10px 1px rgba(0, 0, 0, .2);
}

/* .action-contact-form h2 {
    margin: 0 auto 1.5rem auto;
    width: min(100%, 600px);
    font-size: 1.7rem;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    line-height: 105%;
    color: #FF6C0C;
} */

h2.form-header {
    font-size: 1.7rem;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    line-height: 105%;
    color: #FF6C0C;
}


.action-contact-form button {
    text-transform: uppercase;
    color: #ffffff;
    background-color: #FF6C0C;
}

.form-container {
    padding: 0;
}

@media (min-width: 75rem) {
    .form-content-container.content-container {
        position: relative;
        top: -6rem;
    }

    .action-contact-form {
        padding: 2.5rem 3.5rem;
    }

    /* .action-contact-form h2 {
    margin: 0 auto 1.5rem auto; */
}
}
/* Form | END */


/* Form and Event Info Main Container | START */
.aichi .aichi-form-container .form-info-container {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
}

@media (min-width: 75rem) {
    .aichi .aichi-form-container .form-info-container {
        padding: 2rem 1rem 0 1rem;
        width: min(100%, 1500px);
        display: grid;
        grid-template-columns: 60% 40%;
        gap: 2rem;
    }
}
/* Form and Event Info Main Container | END */




  /* Featured Products | START */
  /* Section styles */
.featured-cards {
  padding: 0;
  background-color: #f36e21;
}

.featured-cards  .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Grid layout */
.product-grid {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    top: -2rem;
    margin-bottom: -2rem;
}


/* Product card */
.product-card {
  background-color: #262626;
  overflow: visible;             /* Allows the circle to breathe */
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border-top: 8px solid #f36e21;
}

.product-image-wrapper {
  position: relative;
  width: 280px;         /* Fixed width for the circle */
  height: 280px;        /* Fixed height to match width */
  margin: 2rem auto 0;  /* Centers the circle and adds top spacing */
  overflow: hidden;
  border-radius: 50%;   /* This creates the circular mask */
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

/* Info area that flexes to fill space */
.product-info {
  flex-grow: 1;
  padding: 1.5rem 1.5rem;
  text-align: center;
}

h3.card-title {
  font-size: 1.35rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
  color: #f36e21;
}

.product-description {
  font-size: 1,2rem;
  margin: 0;
  color: #d5d5d5;
}

.featured-cards .cta-button {
    margin-bottom: 2rem;
    padding: 1rem;
    width: min(100%, 300px);
    display: block;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    color: #f36e21;
    text-decoration: none;
    font-weight: bold;
    background-color: #262626;
    border: 2px solid #f36e21;
    transition: background 0.2s ease-in-out;
}

.cta-button:hover {
    color: #262626;
  background-color: #f36e21;
}

@media (min-width: 48rem) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
        gap: 2rem;

  }

    .product-card {
        border: none;
     box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
  }

}

@media (min-width: 75rem) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    top: -4rem;
    z-index: 10;
    border: none;
    margin-bottom: -4rem;
  }


}


  /* Featured Products | END */



  /* Upcoming events | START */

.events-section {
    background-color: #f36e21; /* Brand Orange */
    padding: 3rem 1rem;
}

.events-container {
    max-width: 75rem; /* 1200px */
    margin: 0 auto;
}

/* Header with Horizontal Lines */
.events-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.events-header h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1b1b1b;
    white-space: nowrap;
}

.events-header .line {
    height: 3px;
    background-color: #1b1b1b;
    flex-grow: 1;
    opacity: 0.35;
}

/* Event Card - Mobile First (Stacked) */
.event-card {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    background-color: #1b1b1b;
    overflow: hidden;
}

.event-image {
    width: 100%;
    line-height: 0; /* Removes small gap under image */
}

.event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-content {
    padding: 2.5rem;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.event-title {
    font-size: 1.75rem;
    color: #f36e21; /* Orange title */
    margin-bottom: 0.5rem;
    text-transform: capitalize;
}

.event-meta {
    margin: 0 0 1rem 0;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.event-description {
    line-height: 1.6;
    font-size: 1rem;
    color: #e0e0e0;
}

.event-card.march-madness h3 .sub {
    display: block;
    font-size: 1rem;
    color: #ffffff;
    font-weight: 600;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}

/* Desktop Layout (768px and up) */
@media (min-width: 48rem) {
    .event-card {
        flex-direction: row;
        height: 400px;
    }

    .event-image, 
    .event-content {
        flex: 1; /* Split 50/50 */
    }
    
    .event-content {
        text-align: left;
    }

    .events-header h2 {
        font-size: 2rem;
    }
}
  /* Upcoming events | END */


  /* Promotions | START */
.service-promos-section {
    background-color: #ffffff; /* White background per mockup */
    padding: 3rem 1rem;
}

.promos-container {
    max-width: 75rem; /* 1200px */
    margin: 0 auto;
}

/* Header with Horizontal Lines */
.promos-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.promos-header h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #77777a; /* Grey color from mockup */
    white-space: nowrap;
    text-transform: uppercase;
}

.promos-header .line {
    height: 3px;
    background-color: #cccccc;
    flex-grow: 1;
}

/* Coming Soon Card */
.promo-coming-soon-card {
    position: relative;
    width: 100%;
    min-height: 20rem; /* Mobile height */
    background-image: url('/cdn/shop/files/service-pickleball-hero-img-mobile.webp?v=1772465153');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* Darkened Overlay */
.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Dark semi-transparent layer */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.coming-soon-text {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    text-transform: capitalize;
    z-index: 2;
}

/* Desktop Layout Adjustments */
@media (min-width: 48rem) {
    .promo-coming-soon-card {
        height: 300px;
        background-image: url('/cdn/shop/files/service-pickleball-hero-img-desktop.webp?v=1772465180');
    }

    .promos-header h2 {
        font-size: 2.2rem;
    }
    
    .coming-soon-text {
        font-size: 3rem;
    }
}
  /* Promotions | END */



  /* Service | START */
  
/* --- Global Containers --- */
.container-1200 {
    max-width: 75rem; /* 1200px */
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* --- Section 1: Dark Header --- */
.container-1200.service {
    max-width: 1100px;
    position: relative;
    z-index: 50;
}

.service-intro-hero {
    height: auto;
    background-color: #333333;
    color: #ffffff;
    padding: 4rem 0;
    text-align: center;
    position: relative;
    background-image: url('/cdn/shop/files/service-pickleball-hero-img-mobile.webp?v=1772222968');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000000;
        display: flex;
    align-items: center;
}

.service-intro-hero::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.65;
}

.detail-text-box {
    text-align: center;
}

.service-intro-hero h2 {
    font-size: 3rem;
    font-weight: 800;
    color: #f36e21;
    margin-bottom: 1.5rem;
    line-height: 1;
}

.service-intro-hero p {
    font-size: 1rem;
    max-width: 50rem;
    margin: 0 auto 2.5rem;
    line-height: 1.6;
}

@media (min-width: 45rem) {
    .service-intro-hero {
        min-height: 500px;
        background-image: url('/cdn/shop/files/pickleball-service-hero-img-desktop-theme.webp?v=1772221555');
    }

    .detail-text-box {
        text-align: left;
    }

    .service-intro-hero h2 {
        font-size: 3.7rem;
    }
}


/* --- Section 2: Trusted Stats --- */
.trust-stats-grid {
    padding: 4rem 0;
    background-color: #ffffff;
    text-align: center;
}

.section-label {
    color: #77777a;
    font-size: 2.25rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 1rem;
}

.stats-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.stat-item img {
    width: min(100%, 6.5rem);
    margin-bottom: 0;
}

.stat-item p {
    margin-top: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #77777a;
}

/* --- Section 3: Alternating Rows --- */
.service-details-rows {
    padding: 2rem 0;
}

.detail-row {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 6rem;
}

.detail-image-box {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #808080; /* Grey wireframe color */
}

.detail-image-box.technician {
    background-image: url('/cdn/shop/files/pickleball-service-program-img-04.webp?v=1772464497');
    background-size: cover;
}

.detail-image-box.programmed-maintenance {
    background-image: url('/cdn/shop/files/pickleball-service-program-img-02.webp?v=1772464517');
    background-size: cover;
}

.detail-image-box.emergency-repair {
    background-image: url('/cdn/shop/files/pickleball-service-program-img-03.webp?v=1772464507');
    background-size: cover;
}

.detail-image-box.battery {
    background-image: url('/cdn/shop/files/pickleball-service-program-img-01.webp?v=1772464407');
    background-size: cover;
}

.detail-text-box h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #f36e21;
    margin-bottom: 0.75rem;
}

.detail-text-box p {
    margin-bottom: 2rem;
    color: #77777a;
    line-height: 1.6;
}

/* --- Section 4: Orange Footer --- */
.service-footer-cta {
    background-color: #f36e21;
    color: #ffffff;
    padding: 5rem 0;
    text-align: center;
        position: relative;
    background-image: url('/cdn/shop/files/pickleball-service-hero-img-desktop-theme.webp?v=1772221555');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000000;
        display: flex;
    align-items: center;
}


.service-footer-cta::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background-color: #f36e21;
    opacity: 0.85;
}

.container-1200.footer {
    position: relative;
    z-index: 100;
}

.service-footer-cta h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 800;
}

/* --- Buttons & Utilities --- */
.btn-primary-orange {
    display: inline-block;
    background-color: #f36e21;
    color: #fff;
    padding: 1rem 2rem;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
}

.btn-black {
    display: inline-block;
    background-color: #1b1b1b;
    color: #fff;
    padding: 1.2rem 2.5rem;
    text-decoration: none;
    font-weight: 800;
}

.btn-outline-black {
    display: inline-block;
    border: 2px solid #1b1b1b;
    color: #1b1b1b;
    padding: 1rem 2rem;
    text-decoration: none;
    font-weight: 800;
}

.btn-text-link {
    color: #f36e21;
    font-weight: 700;
    text-decoration: underline;
    margin-left: 1rem;
}

.btn-group, .footer-btn-group {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
}

/* --- Desktop Layout --- */
@media (min-width: 48rem) {
    .stats-wrapper {
        display: flex; 
        flex-wrap: wrap;
        justify-content: center;
        gap: 3rem; 
        max-width: 900px;
        margin: 0 auto;
    }

    .stat-item {
        flex: 0 1 250px; /
        text-align: center; 
    }

    .detail-row {
        flex-direction: row;
        align-items: center;
        gap: 3rem;
    }

    .detail-row.is-reversed {
        flex-direction: row-reverse;
    }

    .detail-image-box, .detail-text-box {
        flex: 1;
    }

    .btn-group {
        flex-direction: row;
        justify-content: start;
    }

    .footer-btn-group {
        margin-top: 2rem;
        justify-content: center;
    }
}

  /* Service | END */


/* Modal styles | START */
.event-modal {
  display: none; 
  position: fixed;
  z-index: 1000; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-y: auto; 
  backdrop-filter: blur(5px); 
  transition: opacity 0.3s ease;
}

.modal-content {
  position: relative;
  background-color: #fff;
  margin: 5% auto;
  padding: 1rem;
  width: 90%;
  max-width: 800px; 
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  animation: modalEntry 0.4s ease-out;
}

.modal-content h3 {
    margin: 0 0 2rem 0;
    text-align: center;
}

.modal-content img {
    width: 100%;
}

/* Close Button */
.modal-top {
  display: flex;
  justify-content: flex-end;
  padding: 0;
}

.close, .close-modal {
  color: #333;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
}

.close:hover, .close-modal:hover {
  color: #e3e3e3; 
}

@media (min-width: 48rem) {
    .modal-content {
        padding: 3rem;
}
}
  /* Modal styles | END */