.sb-delivery-hub {
        max-width: 1100px;
        margin: 0 auto 60px;
        padding: 40px 20px;
        font-family: "Lato", sans-serif;
    }
    .sb-delivery-hub .sb-sec-title {
        text-align: center;
        font-family: "Playfair Display", serif;
        color: #4A6655;
        margin-bottom: 10px;
    }
    .sb-delivery-hub .sb-intro {
        text-align: center;
        margin-bottom: 30px;
        color: #444;
    }
    .sb-hub-grid {
        display: grid;
        gap: 24px;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
    .sb-hub-card {
        background: #F9F7F2;
        border-radius: 14px;
        padding: 20px 18px;
        box-shadow: 0 10px 26px rgba(0,0,0,0.06);
    }
    .sb-hub-card h3 {
        font-family: "Playfair Display", serif;
        font-size: 1.1rem;
        margin-bottom: 10px;
        color: #4A6655;
    }
    .sb-hub-card ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .sb-hub-card li {
        margin-bottom: 6px;
    }
    .sb-hub-card a {
        text-decoration: none;
        color: #2C2C2C;
        border-bottom: 1px solid transparent;
    }
    .sb-hub-card a:hover {
        border-bottom-color: #4A6655;
    }
