a.wcs-switch-link.button {
  margin-left: .5rem;
  margin-right: .5rem;
}

.jvv-delivery-date {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 16px 0;
    padding: 12px 16px;
    background-color: #f0f8ff;
    border-left: 4px solid #0080b9;
    border-radius: 4px;
    font-size: 1rem;
}

.jvv-delivery-date__label {
    font-size: 20px;
    font-weight: 700;
    color: #0080b9;
    white-space: nowrap;
}

.jvv-delivery-date__value {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}