.omac-shipping-policy {
        background: #fffaf4;
        padding: 70px 0;
        font-family: "Playfair Display", serif;
    }

    .omac-shipping-container {
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .omac-shipping-header {
        text-align: center;
        margin-bottom: 40px;
    }

    .omac-shipping-title {
        font-size: clamp(2.2rem, 5vw, 3.5rem);
        font-weight: 800;
        color: #111827;
        margin-bottom: 10px;
    }

    .omac-shipping-subtitle {
        color: #bf4a14;
        font-size: 1.15rem;
        font-weight: 700;
        margin-bottom: 0;
    }

    .omac-shipping-card {
        background: #ffffff;
        border-radius: 24px;
        padding: 40px;
        box-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
        border: 1px solid rgba(191, 74, 20, 0.12);
    }

    .omac-shipping-block {
        margin-bottom: 32px;
        padding-bottom: 28px;
        border-bottom: 1px solid rgba(191, 74, 20, 0.12);
    }

    .omac-shipping-block:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .omac-shipping-heading {
        font-size: 1.45rem;
        font-weight: 800;
        color: #111827;
        margin-bottom: 14px;
        position: relative;
        padding-left: 18px;
    }

    .omac-shipping-heading::before {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        width: 5px;
        height: 24px;
        border-radius: 50px;
        background: #bf4a14;
    }

    .omac-shipping-text,
    .omac-shipping-card p {
        color: #374151;
        font-size: 1rem;
        line-height: 1.9;
        margin-bottom: 18px;
    }

    .omac-shipping-list {
        padding-left: 0;
        margin-bottom: 18px;
    }

    .omac-shipping-list li {
        list-style: none;
        position: relative;
        padding: 12px 14px 12px 42px;
        margin-bottom: 10px;
        background: #fff7ed;
        border: 1px solid rgba(191, 74, 20, 0.12);
        border-radius: 14px;
        color: #374151;
        line-height: 1.7;
    }

    .omac-shipping-list li::before {
        content: "\f00c";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        left: 15px;
        top: 13px;
        color: #bf4a14;
        font-size: 14px;
    }

    .omac-contact-note {
        background: #111827;
        color: #ffffff !important;
        padding: 18px 20px;
        border-radius: 16px;
        margin-top: 18px;
    }

    .omac-contact-note a {
        color: #fde3bc;
        font-weight: 700;
        text-decoration: none;
    }

    .omac-contact-note a:hover {
        color: #ffffff;
    }

    @media (max-width: 767.98px) {
        .omac-shipping-policy {
            padding: 45px 0;
        }

        .omac-shipping-card {
            padding: 24px 16px;
            border-radius: 18px;
        }

        .omac-shipping-title {
            font-size: 2rem;
        }

        .omac-shipping-block {
            margin-bottom: 25px;
            padding-bottom: 22px;
        }

        .omac-shipping-heading {
            font-size: 1.2rem;
            padding-left: 15px;
        }

        .omac-shipping-heading::before {
            height: 20px;
            top: 5px;
        }

        .omac-shipping-text,
        .omac-shipping-card p {
            font-size: 0.95rem;
            line-height: 1.8;
        }

        .omac-shipping-list li {
            padding: 11px 12px 11px 38px;
            font-size: 0.94rem;
        }
    }
