.bb-delivery-page-wrapper {
    background-color: #ffffff;
    font-family: inherit;
}

.bb-delivery-page-container {
    max-width: 1000px;
}

.bb-delivery-page-header {
    background-color: #f4f4f4;
    border-bottom: 1px solid #eaeaea;
}

.bb-delivery-page-title {
    font-size: 28px;
    color: #212529;
    letter-spacing: 0.5px;
}

.bb-delivery-heading {
    font-size: 20px;
    color: #333333;
    letter-spacing: 0.5px;
}

.bb-delivery-text {
    font-size: 14px;
    line-height: 1.8;
    color: #666666 !important;
}

.bb-delivery-hr {
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.bb-delivery-list {
    padding-left: 1.5rem;
}

.bb-delivery-list li {
    list-style-type: disc;
    margin-bottom: 0.75rem;
}

.bb-delivery-image {
    border-radius: 4px;
    object-fit: cover;
}

.bb-delivery-cta-block {
    background-color: #2b2b2b;
}

.bb-delivery-cta-text {
    font-size: 15px;
    max-width: 600px;
    line-height: 1.6;
}

.bb-delivery-btn {
    background-color: #c00000;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    transition: background-color 0.2s ease-in-out;
}

.bb-delivery-btn:hover {
    background-color: #a00000;
    color: #ffffff;
}