.delivery-tab-content {
    margin-top: 10px;
    font-size: 1em;
    line-height: 1.6;
}

.delivery-tab-content button {
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 10px 15px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 14px;
}

.delivery-tab-content button:hover {
    background-color: #005177;
}
