 /* Font Definitions */
@import url('https://fonts.googleapis.com/css?family=Inter:100,200,300,400,500,600,700,800,900&display=swap');
@font-face {
    font-family: 'FoundersGrotesk';
    src: url('/wp-content/plugins/laundry-service/assets/fonts/founders-grotesk-web-medium-a97649c2f88d6ddde9814f5dd23c6dafd149c7b32b758b0893c0e5bc286f40b2.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow';
    src: url('/wp-content/plugins/laundry-service/assets/fonts/barlow-regular.woff2') format('woff2'),
         url('/wp-content/plugins/laundry-service/assets/fonts/barlow-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow';
    src: url('/wp-content/plugins/laundry-service/assets/fonts/barlow-500.woff2') format('woff2'),
         url('/wp-content/plugins/laundry-service/assets/fonts/barlow-500.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow';
    src: url('/wp-content/plugins/laundry-service/assets/fonts/barlow-600.woff2') format('woff2'),
         url('/wp-content/plugins/laundry-service/assets/fonts/barlow-600.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow';
    src: url('/wp-content/plugins/laundry-service/assets/fonts/barlow-700.woff2') format('woff2'),
         url('/wp-content/plugins/laundry-service/assets/fonts/barlow-700.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow';
    src: url('/wp-content/plugins/laundry-service/assets/fonts/barlow-italic-500.woff2') format('woff2'),
         url('/wp-content/plugins/laundry-service/assets/fonts/barlow-italic-500.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

/* Global Styles */
.laundry-service-plugin {
    font-family: 'Inter', 'Barlow', 'Helvetica', 'Arial', sans-serif;
    font-size: 12px;
    line-height: 1.5;
    background: #f8f9fa;
    color: #333;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Inter', 'Barlow', 'Helvetica', 'Arial', sans-serif;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    background: #f8f9fa;
    color: #333;
    margin: 0;
    padding: 0;
}
.laundry-service-plugin #services-content * {
    box-sizing: border-box;
}
.laundry-service-plugin #services-content div,
.laundry-service-plugin #services-content p,
.laundry-service-plugin #services-content img,
.laundry-service-plugin #services-content h1 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* Header Tabs */
.laundry-service-plugin .categories-row {
    background: #FFF;
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
    position: sticky;
    top: 0;
    z-index: 20;
}
.laundry-service-plugin .menu-toggle {
    display: none;
    cursor: pointer;
    padding: 8px;
    background: none;
}
.laundry-service-plugin .menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: #1A3965;
    margin: 4px 0;
    transition: all 0.3s ease;
}
.laundry-service-plugin .menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.laundry-service-plugin .menu-toggle.active span:nth-child(2) {
    opacity: 0;
}
.laundry-service-plugin .menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}
.laundry-service-plugin .row-6r6 {
    display: flex;
    gap: 4px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    justify-content: flex-start;
}
.laundry-service-plugin .row-6r6::-webkit-scrollbar {
    display: none;
}
@media screen and (max-width: 767px) {
    .laundry-service-plugin .menu-toggle {
        display: block;
    }
    .laundry-service-plugin .row-6r6 {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        border-bottom: 1px solid #e9ecef;
        padding: 8px 0;
        z-index: 1000;
    }
    .laundry-service-plugin .row-6r6.active {
        display: flex;
    }
    .laundry-service-plugin .badge-z7p {
        width: 100%;
        text-align: left;
        padding: 8px 4px;
        margin: 2px 0;
        border-radius: 5px;
    }
}
@media screen and (min-width: 768px) {
    .laundry-service-plugin .categories-row {
        padding: 10px 14px;
    }
    .laundry-service-plugin .row-6r6 {
        padding: 10px 14px;
        justify-content: left;
    }
}
.laundry-service-plugin .badge-z7p {
    display: flex;
    align-items: center;
    padding: 6px;
    background: #fff;
    border: 0.5px solid #1A3965;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    transition: all 0.2s ease;
    cursor: pointer;
    min-width: 140px;
}
@media screen and (max-width: 480px) {
    .laundry-service-plugin .badge-z7p {
        padding: 4px 8px;
        font-size: 11px;
    }
}
.laundry-service-plugin .badge-z7p:hover {
    background-color: #8AB92F;
    color: white;
    border-color: #8AB92F;
}
.laundry-service-plugin .badge-z7p.act-s2k {
    background: #1A3965;
    color: #fff;
    border-color: #1A3965;
    pointer-events: none;
}
.laundry-service-plugin .badge-z7p img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}
@media screen and (max-width: 480px) {
    .laundry-service-plugin .badge-z7p img {
        width: 14px;
        height: 14px;
    }
}
.laundry-service-plugin .badge-z7p:focus,
.laundry-service-plugin .add-btn:focus,
.laundry-service-plugin .radio-service-item:focus,
.laundry-service-plugin .schedule-btn:focus {
    outline: 2px solid #1A3965;
    outline-offset: 2px;
}

/* Main Layout */
.laundry-service-plugin .main-container {
    display: grid;
    grid-template-columns: 1fr 350px;
    width: 100%;
    max-width: 100%;
    min-height: calc(100vh - 40px);
    position: relative;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
}
@media screen and (max-width: 767px) {
    .laundry-service-plugin .main-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        min-height: 100vh;
        margin: 0;
        padding: 0;
        left: 0;
        right: 0;
        overflow-x: hidden;
    }
}
.laundry-service-plugin #services-content {
    grid-column: 1;
    padding: 0;
    overflow-y: auto;
    z-index: 10;
    width: 100%;
    max-width: 100%;
    margin: 0;
}
@media screen and (max-width: 767px) {
    .laundry-service-plugin #services-content {
        flex: 1;
        padding: 0;
        margin-bottom: 120px;
        margin-left: 0;
        margin-right: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
}

/* Sidebar - Dynamic Height Support */
.laundry-service-plugin #laundry-cart-sidebar {
    grid-column: 2;
    width: 350px;
    background: white;
    border: 1px solid #1A3965;
    box-shadow: -2px 0 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 80px;
    align-self: start;
    height: auto;
    min-height: 200px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    transition: height 0.3s ease, min-height 0.3s ease, padding 0.3s ease;
}
.laundry-service-plugin #laundry-cart-sidebar.dynamic-height {
    min-height: 200px;
    transition: min-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.laundry-service-plugin #laundry-cart-sidebar.has-items {
    min-height: 300px;
}
.laundry-service-plugin #laundry-cart-sidebar.many-items {
    min-height: 400px;
}
.laundry-service-plugin #laundry-cart-sidebar .cli-gcg.qty-plus {
    background-image: url('/wp-content/plugins/laundry-service/assets/icons/add.svg');
    background-size: contain;
}
.laundry-service-plugin #laundry-cart-sidebar .cli-gcg.qty-minus {
    background-image: url('/wp-content/plugins/laundry-service/assets/icons/remove.svg');
    background-size: contain;
}
.laundry-service-plugin #laundry-cart-sidebar .cli-gcg.remove-btn {
    width: 24px;
    height: 24px;
    background: url('/wp-content/plugins/laundry-service/assets/icons/remove-circle.svg') no-repeat center;
    background-size: contain;
    margin-left: 8px;
}
.laundry-service-plugin #laundry-cart-sidebar .cli-gcg.remove-btn:hover {
    background-color: #8AB92F;
}
.laundry-service-plugin #laundry-cart-sidebar .warning {
    background-color: #FFE5AE;
    border-radius: 5px;
    padding: 8px;
    margin: 8px 0;
    display: flex;
    align-items: flex-start;
    gap: 6px;
    flex-shrink: 0;
}
@media screen and (max-width: 767px) {
    .laundry-service-plugin #laundry-cart-sidebar .warning {
        background-color: #fff3cd;
        border: 1px solid #ffeaa7;
        border-radius: 6px;
        padding: 12px;
        margin: 15px 0;
        gap: 8px;
    }
}
.laundry-service-plugin #laundry-cart-sidebar .warning-icon {
    color: #333;
    font-size: 12px;
    margin-top: 2px;
}
.laundry-service-plugin #laundry-cart-sidebar .warning-text {
    font-size: 10px;
    color: #333;
    line-height: 14px;
    flex: 1;
}
@media screen and (max-width: 767px) {
    .laundry-service-plugin #laundry-cart-sidebar .warning-text {
        font-size: 12px;
        color: #856404;
        line-height: 16px;
    }
}
.laundry-service-plugin #laundry-cart-sidebar .total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.laundry-service-plugin #laundry-cart-sidebar .total-label {
    font-size: 13px;
    font-weight: 700;
    color: #333;
    line-height: 18px;
}
.laundry-service-plugin #laundry-cart-sidebar .total-price {
    font-size: 13px;
    font-weight: 700;
    color: #333;
    line-height: 18px;
}

/* Empty cart with dynamic sizing */
.laundry-service-plugin #laundry-cart-sidebar .empty-cart-message {
    padding: 10px 0;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .laundry-service-plugin #laundry-cart-sidebar .empty-cart-message {
        padding: 30px 20px;
        color: #666;
    }
    .laundry-service-plugin #laundry-cart-sidebar .empty-cart-message h2 {
        font-size: 18px;
        font-weight: 700;
        color: #333;
        margin-bottom: 8px;
    }
    .laundry-service-plugin #laundry-cart-sidebar .empty-cart-message p {
        font-size: 13px;
        margin-bottom: 20px;
        color: #666;
    }
}

/* Empty state with natural sizing */
.laundry-service-plugin #laundry-cart-sidebar .empty-state {
    padding: 16px 0;
    color: #585C62;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100px;
    transition: all 0.3s ease;
}
.laundry-service-plugin #laundry-cart-sidebar .empty-state p {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 18px;
}

.laundry-service-plugin #laundry-cart-sidebar .cart-loading {
    opacity: 0.6;
    pointer-events: none;
}
.laundry-service-plugin #laundry-cart-sidebar .error-message {
    background-color: #fff3cd;
    border: 1px solid #ffeaa7;
    color: #856404;
    padding: 12px;
    border-radius: 6px;
    margin: 10px 0;
    font-size: 12px;
    text-align: center;
    display: none;
}

/* JavaScript helper classes for dynamic behavior */
.laundry-service-plugin #laundry-cart-sidebar.calculating {
    opacity: 0.95;
}

.laundry-service-plugin #laundry-cart-sidebar.resizing {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (max-width: 767px) {
    .laundry-service-plugin #laundry-cart-sidebar {
        grid-column: unset;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        width: 100%;
        max-width: 100%;
        padding: 0;
        border: none;
        border-top: 2px solid #1A3965;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        overflow: hidden;
        align-self: unset;
        height: auto;
        min-height: 120px;
        max-height: 70vh;
    }
    
    /* Dynamic size classes for mobile */
    .laundry-service-plugin #laundry-cart-sidebar.has-items {
        min-height: 160px;
    }
    
    .laundry-service-plugin #laundry-cart-sidebar.many-items {
        min-height: 200px;
    }
    
    .laundry-service-plugin #laundry-cart-sidebar.collapsed {
        height: 120px;
        overflow: hidden;
    }
    
    .laundry-service-plugin #laundry-cart-sidebar.expanded {
        height: auto;
        max-height: 70vh;
        overflow-y: auto;
    }

    .laundry-service-plugin #laundry-cart-sidebar .fixed-bottom-section {
        display: block;
        position: sticky;
        bottom: 0;
        left: 0;
        right: 0;
        background: white;
        padding: 15px 20px;
        border-top: 1px solid #e9ecef;
        z-index: 30;
    }
    .laundry-service-plugin #laundry-cart-sidebar .fixed-bottom-section .collapse-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 12px;
        cursor: pointer;
        padding: 5px 0;
    }
    .laundry-service-plugin #laundry-cart-sidebar .fixed-bottom-section .estimated-price-text {
        font-size: 16px;
        font-weight: 700;
        color: #333;
    }
    .laundry-service-plugin #laundry-cart-sidebar .fixed-bottom-section .collapse-arrow {
        width: 24px;
        height: 24px;
        background-image: url('https://spickandspanlaundry.co.uk/wp-content/uploads/2025/09/dropdown_blue-24dfsdfafsfas857471b6d58f9bfae8cdc54.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transition: transform 0.3s ease;
        cursor: pointer;
    }
    .laundry-service-plugin #laundry-cart-sidebar.collapsed .fixed-bottom-section .collapse-arrow {
        transform: rotate(180deg);
    }
    .laundry-service-plugin #laundry-cart-sidebar.expanded .fixed-bottom-section .collapse-arrow {
        transform: rotate(0deg);
    }
    .laundry-service-plugin #laundry-cart-sidebar .fixed-bottom-section .schedule-btn {
        width: 100%;
        background-color: #1A3965;
        color: white;
        border: none;
        padding: 14px;
        font-size: 14px;
        font-weight: 700;
        border-radius: 8px;
        cursor: pointer;
        transition: background-color 0.2s, opacity 0.2s, transform 0.2s;
        text-decoration: none;
        display: block;
        text-align: center;
        line-height: 16px;
        margin: 0;
    }
    .laundry-service-plugin #laundry-cart-sidebar .fixed-bottom-section .schedule-btn:hover {
        background-color: #8AB92F;
    }
    .laundry-service-plugin #laundry-cart-sidebar .fixed-bottom-section .schedule-btn:not(.low-order):not(:disabled) {
        transform: scale(1.02);
    }
    .laundry-service-plugin #laundry-cart-sidebar .fixed-bottom-section .schedule-btn:disabled,
    .laundry-service-plugin #laundry-cart-sidebar .fixed-bottom-section .schedule-btn.disabled,
    .laundry-service-plugin #laundry-cart-sidebar .fixed-bottom-section .schedule-btn.low-order {
        background-color: #0890F1;
        cursor: not-allowed;
        color: #FFFFFF;
    }
    .laundry-service-plugin #laundry-cart-sidebar .fixed-bottom-section .schedule-btn.loading {
        opacity: 0.6;
        cursor: not-allowed;
    }
    .laundry-service-plugin #laundry-cart-sidebar .fixed-bottom-section .schedule-btn.loading::after {
        content: '';
        display: inline-block;
        width: 12px;
        height: 12px;
        border: 2px solid #333333;
        border-top-color: transparent;
        border-radius: 50%;
        animation: spin 1s linear infinite;
        margin-left: 8px;
    }
    .laundry-service-plugin #laundry-cart-sidebar.expanded .total-section .schedule-btn {
        display: none;
    }

    /* Dynamic expandable content for mobile */
    .laundry-service-plugin #laundry-cart-sidebar .expandable-content {
        flex: 1;
        overflow-y: auto;
        padding: 20px;
        padding-bottom: 140px;
        transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
        background: white;
        height: auto;
        min-height: fit-content;
    }
    
    .laundry-service-plugin #laundry-cart-sidebar.has-items .expandable-content {
        padding-bottom: 160px;
    }
    
    .laundry-service-plugin #laundry-cart-sidebar.many-items .expandable-content {
        padding-bottom: 180px;
    }
}

/* Hide duplicate schedule button on non-mobile devices */
@media screen and (min-width: 768px) {
    .laundry-service-plugin #laundry-cart-sidebar .fixed-bottom-section .schedule-btn {
        display: none;
    }
}

.laundry-service-plugin #laundry-cart-sidebar .sidebar-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: min-content;
}

.laundry-service-plugin #laundry-cart-sidebar .services-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow-y: auto;
}

/* Service sections with animation support */
.laundry-service-plugin #laundry-cart-sidebar .service-section {
    padding: 8px 0;
    border-bottom: 1px solid #D8DCDF;
    flex-shrink: 0;
    transition: all 0.3s ease, opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease;
    opacity: 1;
    transform: translateX(0);
    max-height: 500px;
}
@media screen and (max-width: 767px) {
    .laundry-service-plugin #laundry-cart-sidebar .service-section {
        margin-bottom: 20px;
        border-bottom: 1px solid #e9ecef;
        padding-bottom: 15px;
    }
}

.laundry-service-plugin #laundry-cart-sidebar .service-section.removing {
    opacity: 0;
    transform: translateX(-20px);
    max-height: 0;
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden;
}

.laundry-service-plugin #laundry-cart-sidebar .service-section.adding {
    opacity: 0;
    transform: translateX(20px);
    animation: slideIn 0.3s ease forwards;
}

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.laundry-service-plugin #laundry-cart-sidebar .total-section {
    position: sticky;
    bottom: 0;
    background-color: #fff;
    padding: 10px 0;
    border-top: 1px solid #D8DCDF;
    margin-top: auto;
    z-index: 10;
    transition: all 0.3s ease;
}
.laundry-service-plugin #laundry-cart-sidebar .total-section .schedule-btn {
    width: 100%;
    background-color: #1A3965;
    color: white;
    border: none;
    padding: 12px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.2s, opacity 0.2s, transform 0.2s;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 16px;
    margin-bottom: 0;
}
.laundry-service-plugin #laundry-cart-sidebar .total-section .schedule-btn:hover {
    background-color: #8AB92F;
}
.laundry-service-plugin #laundry-cart-sidebar .total-section .schedule-btn:not(.low-order):not(:disabled) {
    transform: scale(1.02);
}
.laundry-service-plugin #laundry-cart-sidebar .total-section .schedule-btn:disabled,
.laundry-service-plugin #laundry-cart-sidebar .total-section .schedule-btn.disabled,
.laundry-service-plugin #laundry-cart-sidebar .total-section .schedule-btn.low-order {
    background-color: #0890F1;
    cursor: not-allowed;
    color: #FFFFFF;
}
.laundry-service-plugin #laundry-cart-sidebar .total-section .schedule-btn.loading {
    opacity: 0.6;
    cursor: not-allowed;
}
.laundry-service-plugin #laundry-cart-sidebar .total-section .schedule-btn.loading::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #333333;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-left: 8px;
}

.laundry-service-plugin #laundry-cart-sidebar .header {
    padding: 8px 0;
    border-bottom: 1px solid #D8DCDF;
    flex-shrink: 0;
}
@media screen and (max-width: 767px) {
    .laundry-service-plugin #laundry-cart-sidebar .header {
        padding: 0 0 15px 0;
        border-bottom: 1px solid #D8DCDF;
        margin-bottom: 15px;
    }
}
.laundry-service-plugin #laundry-cart-sidebar .header h2 {
    font-size: 13px;
    font-weight: 700;
    color: #333;
    margin-bottom: 4px;
    line-height: 18px;
}
@media screen and (max-width: 767px) {
    .laundry-service-plugin #laundry-cart-sidebar .header h2 {
        font-size: 16px;
        margin-bottom: 6px;
        line-height: 22px;
    }
}
.laundry-service-plugin #laundry-cart-sidebar .header p {
    color: #585C62;
    font-size: 10px;
    margin: 0;
    line-height: 14px;
}
@media screen and (max-width: 767px) {
    .laundry-service-plugin #laundry-cart-sidebar .header p {
        font-size: 12px;
        line-height: 16px;
    }
}
.laundry-service-plugin #laundry-cart-sidebar .learn-more {
    color: #0890F1;
    text-decoration: none;
    font-size: 10px;
    line-height: 14px;
    cursor: pointer;
}
.laundry-service-plugin #laundry-cart-sidebar .learn-more:hover {
    text-decoration: underline;
}
.laundry-service-plugin #laundry-cart-sidebar .service-header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
    .laundry-service-plugin #laundry-cart-sidebar .service-header {
        margin-bottom: 12px;
    }
}
.laundry-service-plugin #laundry-cart-sidebar .service-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .laundry-service-plugin #laundry-cart-sidebar .service-icon {
        width: 32px;
        height: 32px;
        margin-right: 10px;
    }
}
.laundry-service-plugin #laundry-cart-sidebar .service-icon.wash-iron,
.laundry-service-plugin #laundry-cart-sidebar .service-icon.wash-and-iron {
    background-color: #FF6B9D;
    color: white;
}
.laundry-service-plugin #laundry-cart-sidebar .service-icon.dry-cleaning {
    background-color: #4ECDC4;
    color: white;
}
.laundry-service-plugin #laundry-cart-sidebar .service-icon.duvets-and-bulky-items {
    background-color: #95A5A6;
    color: white;
}
.laundry-service-plugin #laundry-cart-sidebar .service-icon.wash {
    background-color: #e3f2fd;
    color: #1A3965;
}
.laundry-service-plugin #laundry-cart-sidebar .service-icon.ironing {
    background-color: #f3e8ff;
    color: #1A3965;
}
.laundry-service-plugin #laundry-cart-sidebar .service-title {
    font-size: 13px;
    font-weight: 700;
    color: #333;
    line-height: 18px;
}
@media screen and (max-width: 767px) {
    .laundry-service-plugin #laundry-cart-sidebar .service-title {
        font-size: 15px;
    }
}
.laundry-service-plugin #laundry-cart-sidebar .item-row {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
}
.laundry-service-plugin #laundry-cart-sidebar .list-ey4 {
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #D8DCDF;
    justify-content: space-between;
    height: auto;
}
@media screen and (max-width: 767px) {
    .laundry-service-plugin #laundry-cart-sidebar .list-ey4 {
        padding: 10px 0;
        border-bottom: 1px solid #f0f0f0;
    }
}
.laundry-service-plugin #laundry-cart-sidebar .cart-item-name {
    flex: 1;
    font-size: 12px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin-right: 10px;
}
@media screen and (max-width: 767px) {
    .laundry-service-plugin #laundry-cart-sidebar .cart-item-name {
        font-size: 13px;
        font-weight: 500;
    }
}
.laundry-service-plugin #laundry-cart-sidebar .cart-item-quantity {
    font-size: 12px;
    font-weight: 500;
    color: #333;
    min-width: 18px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .laundry-service-plugin #laundry-cart-sidebar .cart-item-quantity {
        font-size: 13px;
        font-weight: 600;
        min-width: 20px;
    }
}
.laundry-service-plugin #laundry-cart-sidebar .cart-item-price {
    font-size: 12px;
    font-weight: 700;
    color: #333;
    min-width: 48px;
    text-align: right;
    margin-left: 8px;
}
@media screen and (max-width: 767px) {
    .laundry-service-plugin #laundry-cart-sidebar .cart-item-price {
        font-size: 13px;
        min-width: 60px;
    }
}
.laundry-service-plugin #laundry-cart-sidebar .quantity-controls {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
}
@media screen and (max-width: 767px) {
    .laundry-service-plugin #laundry-cart-sidebar .quantity-controls {
        gap: 8px;
        margin: 0 15px 0 10px;
    }
}
.laundry-service-plugin #laundry-cart-sidebar .cli-gcg {
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: block;
    margin: 0 1px;
    flex-shrink: 0;
    background: none;
    border: none;
}

/* Service Content Styles */
.laundry-service-plugin #services-content .service-category {
    background: #fff;
    border-radius: 6px;
    padding: 8px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .laundry-service-plugin #services-content .service-category {
        padding: 14px;
        margin-bottom: 14px;
    }
}
.laundry-service-plugin #services-content .header-yzc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 6px;
    align-items: center;
    padding: 12px;
    width: 100%;
    min-height: 60px;
    box-sizing: border-box;
}
.laundry-service-plugin #services-content .header-yzc .content-oct {
    flex: 1;
    margin-right: 12px;
}
.laundry-service-plugin #services-content .header-yzc .content-oct h1 {
    font-family: 'FoundersGrotesk', 'Inter', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #202B93;
    margin-bottom: 6px;
}
.laundry-service-plugin #services-content .header-yzc .content-oct p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #202B93;
}
.laundry-service-plugin #services-content .header-yzc .d-sfv {
    display: none;
}
.laundry-service-plugin #services-content .header-yzc .block-877 {
    display: none;
}
@media screen and (min-width: 768px) {
    .laundry-service-plugin #services-content .header-yzc .content-oct {
        text-align: left;
    }
    .laundry-service-plugin #services-content .header-yzc .block-877 {
        display: block;
    }
}
.laundry-service-plugin #services-content .header-yzc img {
    width: 60px;
    height: 60px;
}
.laundry-service-plugin #services-content .header-yzc[data-category="Wash"],
.laundry-service-plugin #services-content #style-wash.header-yzc {
    background-color: #BAEBFF;
}
.laundry-service-plugin #services-content .header-yzc[data-category="Wash & Iron"],
.laundry-service-plugin #services-content #style-wash-and-iron.header-yzc {
    background-color: #FDD9E1;
}
.laundry-service-plugin #services-content .header-yzc[data-category="Ironing"],
.laundry-service-plugin #services-content #style-ironing.header-yzc {
    background-color: #FFE5AE;
}
.laundry-service-plugin #services-content .header-yzc[data-category="Dry Cleaning"],
.laundry-service-plugin #services-content #style-dry-cleaning.header-yzc {
    background-color: #93ECE5;
}
.laundry-service-plugin #services-content .header-yzc[data-category="Duvets & Bulky Items"],
.laundry-service-plugin #services-content #style-duvets-and-bulky-items.header-yzc {
    background-color: #DAF4FF;
}
.laundry-service-plugin #services-content .category-subtitle {
    font-size: 10px;
    color: #6c757d;
    margin-top: 4px;
    padding: 3px 5px;
    border-radius: 4px;
}
@media screen and (min-width: 768px) {
    .laundry-service-plugin #services-content .category-subtitle {
        font-size: 11px;
    }
}
.laundry-service-plugin #services-content .service-subcategory {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
}
.laundry-service-plugin #services-content .subcategory-title {
    font-size: 13px;
    font-weight: 600;
    color: #1A3965;
    margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
    .laundry-service-plugin #services-content .subcategory-title {
        font-size: 14px;
        margin-bottom: 8px;
    }
}
.laundry-service-plugin #services-content .service-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 12px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e9ecef;
    transition: all 0.2s ease;
    flex-wrap: nowrap;
    width: 100%;
    box-sizing: border-box;
    min-width: 0;
    gap: 8px;
}
@media screen and (max-width: 767px) {
    .laundry-service-plugin #services-content .service-item {
        padding: 12px;
        align-items: flex-start;
        min-height: 60px;
    }
}
.laundry-service-plugin #services-content .service-item:hover {
    background: #f8f9fa;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.laundry-service-plugin #services-content .service-item-controls {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    z-index: 30;
}
.laundry-service-plugin #services-content .service-info {
    flex: 1;
    min-width: 0;
    margin-right: 6px;
    padding-right: 20px;
}
@media screen and (min-width: 768px) {
    .laundry-service-plugin #services-content .service-info {
        padding-right: 16px;
    }
}
.laundry-service-plugin #services-content .service-name {
    font-size: 12px;
    font-weight: 500;
    color: #333;
    margin-bottom: 2px;
    white-space: normal;
    word-wrap: break-word;
}
@media screen and (max-width: 767px) {
    .laundry-service-plugin #services-content .service-name {
        max-height: 33.6px;
        line-height: 1.4;
        overflow: hidden;
    }
}
@media screen and (min-width: 768px) {
    .laundry-service-plugin #services-content .service-name {
        font-size: 13px;
    }
}
.laundry-service-plugin #services-content .service-price {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 10px;
    flex-shrink: 0;
    min-width: 80px;
    text-align: right;
}
@media screen and (min-width: 768px) {
    .laundry-service-plugin #services-content .service-price {
        font-size: 11px;
        min-width: 80px;
    }
}
.laundry-service-plugin #services-content .radio-service-item {
    display: flex;
    flex-direction: column;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 5px;
    border: 1px solid #e9ecef;
    margin-bottom: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
    box-sizing: border-box;
    min-height: 80px;
}
@media screen and (min-width: 768px) {
    .laundry-service-plugin #services-content .radio-service-item {
        padding: 12px;
        margin-bottom: 6px;
    }
}
.laundry-service-plugin #services-content .radio-service-item:hover {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.laundry-service-plugin #services-content .radio-service-item.selected {
    background: #e3f2fd;
    border-color: #007bff;
}
.laundry-service-plugin #services-content .radio-service-header {
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.laundry-service-plugin #services-content .radio-control {
    margin-right: 8px;
}
.laundry-service-plugin #services-content .radio-control input[type="radio"] {
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin-top: 2px;
}
@media screen and (min-width: 768px) {
    .laundry-service-plugin #services-content .radio-control {
        margin-right: 8px;
    }
    .laundry-service-plugin #services-content .radio-control input[type="radio"] {
        width: 14px;
        height: 14px;
    }
}
.laundry-service-plugin #services-content .radio-service-content {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.laundry-service-plugin #services-content .radio-service-details {
    flex: 1;
    min-width: 0;
}
.laundry-service-plugin #services-content .radio-service-name {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    max-width: 200px;
    white-space: normal;
    word-wrap: break-word;
}
@media screen and (min-width: 768px) {
    .laundry-service-plugin #services-content .radio-service-name {
        font-size: 13px;
        max-width: 250px;
    }
}
@media screen and (max-width: 767px) {
    .laundry-service-plugin #services-content .radio-service-name {
        max-width: 180px;
    }
}
@media screen and (max-width: 360px) {
    .laundry-service-plugin #services-content .radio-service-name {
        max-width: 150px;
    }
}
.laundry-service-plugin #services-content .radio-service-description {
    font-size: 10px;
    color: #6c757d;
    line-height: 1.4;
    margin-top: 8px;
    margin-left: 22px;
    width: calc(100% - 22px);
}
@media screen and (min-width: 768px) {
    .laundry-service-plugin #services-content .radio-service-description {
        font-size: 11px;
    }
}
@media screen and (max-width: 767px) {
    .laundry-service-plugin #services-content .radio-service-description {
        font-size: 10px;
    }
}
@media screen and (max-width: 360px) {
    .laundry-service-plugin #services-content .radio-service-description {
        font-size: 9px;
    }
}
.laundry-service-plugin #services-content .service-price .old-price {
    color: #A7A8AA;
    text-decoration: line-through;
    font-size: 10px;
}
@media screen and (min-width: 768px) {
    .laundry-service-plugin #services-content .service-price .old-price {
        font-size: 11px;
    }
}
.laundry-service-plugin #services-content .service-price .new-price {
    font-weight: 700;
    color: #585C62;
    font-size: 12px;
}
@media screen and (min-width: 768px) {
    .laundry-service-plugin #services-content .service-price .new-price {
        font-size: 13px;
    }
}
@media screen and (max-width: 767px) {
    .laundry-service-plugin #services-content .service-price .new-price {
        font-size: 12px;
    }
}
@media screen and (max-width: 360px) {
    .laundry-service-plugin #services-content .service-price .new-price {
        font-size: 11px;
    }
}
.laundry-service-plugin #services-content .add-btn {
    background: #fff;
    color: #1A3965;
    border: none;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    border-radius: 4px;
    border: 1px solid #8AB92F;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-left: 8px;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    line-height: 1;
    flex-shrink: 0;
}
.laundry-service-plugin #services-content .add-btn:hover {
    background: #8AB92F;
    color: #fff;
}
.laundry-service-plugin #services-content .add-btn:disabled {
    background: #0890F1;
    cursor: not-allowed;
    color: #FFFFFF;
}
@media screen and (min-width: 768px) {
    .laundry-service-plugin #services-content .add-btn {
        margin-left: 8px;
    }
}
.laundry-service-plugin #services-content .bulk-wash-wrapper,
.laundry-service-plugin #services-content .special-item-wrapper {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .laundry-service-plugin #services-content .bulk-wash-wrapper,
    .laundry-service-plugin #services-content .special-item-wrapper {
        margin-bottom: 12px;
    }
}
.laundry-service-plugin #services-content .list-flk,
.laundry-service-plugin #services-content .list-n36 {
    display: flex;
    flex-direction: row;
    gap: 4px;
    padding-bottom: 4px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.laundry-service-plugin #services-content .list-flk::-webkit-scrollbar,
.laundry-service-plugin #services-content .list-n36::-webkit-scrollbar {
    display: none;
}
.laundry-service-plugin #services-content .item-cr5,
.laundry-service-plugin #services-content .item-bl9 {
    margin-right: 4px;
    background-color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #8AB92F;
    width: 120px;
    min-width: 120px;
    min-height: 48px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    flex-shrink: 0;
    transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
    .laundry-service-plugin #services-content .item-cr5,
    .laundry-service-plugin #services-content .item-bl9 {
        width: 150px;
        min-width: 150px;
        padding: 4px 10px;
    }
}
.laundry-service-plugin #services-content .item-cr5:first-child,
.laundry-service-plugin #services-content .item-bl9:first-child {
    background-color: #FFFFFF;
    color: #333;
    animation: none;
    border-color: #8AB92F;
}
.laundry-service-plugin #services-content .item-cr5:hover,
.laundry-service-plugin #services-content .item-bl9:hover {
    background-color: #1A3965;
    color: #FFFFFF;
    border-color: #1A3965;
}
.laundry-service-plugin #services-content .content-ied,
.laundry-service-plugin #services-content .content-agx {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.laundry-service-plugin #services-content .font-13-pc3,
.laundry-service-plugin #services-content .font-13-tjh {
    font-size: 10px;
    line-height: 14px;
}
@media screen and (min-width: 768px) {
    .laundry-service-plugin #services-content .font-13-pc3,
    .laundry-service-plugin #services-content .font-13-tjh {
        font-size: 11px;
    }
}
.laundry-service-plugin #services-content .fw-dyw,
.laundry-service-plugin #services-content .fw-mtb {
    font-weight: 600;
}
.laundry-service-plugin #services-content .old-dm3,
.laundry-service-plugin #services-content .old-s68 {
    color: #A7A8AA;
    text-decoration: line-through;
}
.laundry-service-plugin #services-content .fw-e6z,
.laundry-service-plugin #services-content .fw-or2 {
    font-weight: 700;
}
.laundry-service-plugin #services-content .new-hc3,
.laundry-service-plugin #services-content .new-lbo {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #585C62;
}
.laundry-service-plugin #services-content .gap-6r6,
.laundry-service-plugin #services-content .gap-6qi {
    gap: 3px;
}
.laundry-service-plugin #services-content .ms-koo,
.laundry-service-plugin #services-content .ms-wow {
    margin-left: auto;
}
.laundry-service-plugin #services-content .cli-gbe,
.laundry-service-plugin #services-content .cli-msg {
    cursor: pointer;
}
.laundry-service-plugin #services-content .service-item.d-c7t,
.laundry-service-plugin #services-content .item-row.d-c7t {
    display: flex;
}
.laundry-service-plugin #services-content .item-arx,
.laundry-service-plugin #services-content .item-owb {
    align-items: center;
}
.laundry-service-plugin #services-content .py-qro {
    padding-top: 4px;
    padding-bottom: 4px;
}
.laundry-service-plugin #services-content .px-vpc {
    padding-right: 8px;
    padding-left: 8px;
}
@media screen and (min-width: 768px) {
    .laundry-service-plugin #services-content .px-vpc {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.laundry-service-plugin #services-content .pe-oxv {
    pointer-events: none;
}
.laundry-service-plugin #services-content .save-up-to-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    background-color: #F2FAE6;
    border: 1px solid #8AB92F;
    border-radius: 5px;
    margin-bottom: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 120px;
    min-height: 48px;
}
.laundry-service-plugin #services-content .save-up-to-icon {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}
.laundry-service-plugin #services-content .save-up-to-text {
    font-size: 10px;
    font-weight: 600;
    color: #1A3965;
    text-align: center;
}
.laundry-service-plugin #services-content .save-up-to-item:hover {
    background-color: #1A3965;
    border-color: #1A3965;
}
.laundry-service-plugin #services-content .save-up-to-item:hover .save-up-to-text {
    color: #FFFFFF;
}
.laundry-service-plugin #services-content .category-footer {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 8px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.laundry-service-plugin #services-content .container-y3h {
    border-radius: 4px;
    position: relative;
    background-color: #202B93;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.laundry-service-plugin #services-content .content-94k {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
}
.laundry-service-plugin #services-content .content-94k .fw-won {
    font-weight: 500;
    margin-bottom: 4px;
}
.laundry-service-plugin #services-content .content-94k .fw-wpx {
    font-weight: 700;
    cursor: pointer;
}
.laundry-service-plugin #services-content .content-94k .fw-wpx:hover {
    text-decoration: underline;
}
.laundry-service-plugin #services-content .container-kko .block-qc5 {
    display: block !important;
}
.laundry-service-plugin #services-content .container-kko {
    padding: 8px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
}
.laundry-service-plugin #services-content .container-kko.wash {
    background-color: #BAEBFF;
}
.laundry-service-plugin #services-content .container-kko.wash-and-iron {
    background-color: #FDD9E1;
}
.laundry-service-plugin #services-content .container-kko.ironing {
    background-color: #FFE5AE;
}
.laundry-service-plugin #services-content .container-kko.dry-cleaning {
    background-color: #93ECE5;
}
.laundry-service-plugin #services-content .container-kko.duvets-and-bulky-items {
    background-color: #DAF4FF;
}
.laundry-service-plugin #services-content .container-kko .title-lj1 {
    color: #202B93;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 6px;
}
.laundry-service-plugin #services-content .container-kko .subtitle-xpj {
    color: #0890F1;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
}
.laundry-service-plugin #services-content .cli-hwg {
    cursor: pointer;
}
.laundry-service-plugin #services-content .loading-message {
    padding: 10px;
    text-align: center;
    font-size: 13px;
    color: #585C62;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.laundry-service-plugin #services-content .loading-message::before {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid #1A3965;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.laundry-service-plugin #services-content .error-message {
    padding: 10px;
    text-align: center;
    font-size: 13px;
    color: #333;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.laundry-service-plugin #services-content .modal {
    display: none;
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
}
.laundry-service-plugin #services-content .modal.active {
    display: flex;
}
.laundry-service-plugin #services-content .modal-content {
    background-color: white;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    position: relative;
    text-align: left;
}
.laundry-service-plugin #services-content .modal-content h2 {
    font-family: 'FoundersGrotesk', 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-top: 0;
    margin-bottom: 8px;
}
.laundry-service-plugin #services-content .modal-content .save {
    color: #28a745;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 8px;
}
.laundry-service-plugin #services-content .modal-content .price {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}
.laundry-service-plugin #services-content .modal-content .price del {
    color: #888;
    margin-right: 8px;
}
.laundry-service-plugin #services-content .modal-content .tags .tag {
    display: inline-block;
    background-color: #e7f1fb;
    color: #2565c7;
    padding: 4px 10px;
    margin: 5px 5px 10px 0;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.laundry-service-plugin #services-content .modal-content .features {
    list-style-type: none;
    padding-left: 0;
    margin: 16px 0;
    font-size: 13px;
    color: #333;
}
.laundry-service-plugin #services-content .modal-content .features li {
    margin-bottom: 8px;
}
.laundry-service-plugin #services-content .modal-content .features li strong {
    font-weight: 700;
}
.laundry-service-plugin #services-content .modal-content .buy-btn {
    margin-top: 16px;
    background-color: #007bff;
    color: white;
    padding: 10px;
    width: 100%;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.laundry-service-plugin #services-content .modal-content .buy-btn:hover {
    background-color: #0056b3;
}
.laundry-service-plugin #services-content .modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    color: #aaa;
    cursor: pointer;
    background: none;
    border: none;
    transition: color 0.2s ease;
}
.laundry-service-plugin #services-content .modal-close:hover {
    color: #333;
}
.laundry-service-plugin #services-content .modal-content img {
    display: none;
}
.laundry-service-plugin #services-content .modal-buttons {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}
.laundry-service-plugin #services-content .modal-btn {
    flex: 1;
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    transition: background-color 0.2s;
}
.laundry-service-plugin #services-content .modal-btn.schedule {
    background-color: #1A3965;
    color: #fff;
}
.laundry-service-plugin #services-content .modal-btn.schedule:hover {
    background-color: #153a5e;
}
.laundry-service-plugin #services-content .modal-btn.order {
    background-color: #8AB92F;
    color: #fff;
}
.laundry-service-plugin #services-content .modal-btn.order:hover {
    background-color: #79a226;
}
.laundry-service-plugin #services-content button,
.laundry-service-plugin #services-content input[type="button"],
.laundry-service-plugin #services-content input[type="submit"] {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}
.laundry-service-plugin #services-content .add-btn {
    width: 32px;
    height: 32px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}