.udc-container{
    display: grid;
    place-items: center;
}

.udc-wrapper {
    border-style: solid;
    border-color: rgb(230, 230, 230);
    border-width: 1px;
    border-radius: 6px;
    background-color: white;
    padding: 16px 16px 016px;
	margin-bottom: 20px;

    width:100%;
}

/* Price */
.unifaun-checkout-option-price{
    flex: auto;
    text-align: left;
    padding-left: 0px;
}

.unifaun-checkout-option-price-description{
    filter: brightness(1.6) grayscale(0.4);
    margin-left: 10px;
}

/* Radio Button */
.unifaun-checkout-option-radio {
    order: -1
}

/* Shipping method name */
.unifaun-checkout-option-column1-text {
    display: flex;
    flex-wrap: wrap;
}
/* Extra shipping method description */
span.unifaun-checkout-option-delivery {
    order: 3;
}


.unifaun-checkout-option-header0 .unifaun-checkout-option-radio {
    margin-top: 0.3em;
}

.unifaun-checkout-option-radio {
    width: 1.8em;
}

/* More Info Link */
.unifaun-checkout-clip-box{
    padding-left: 1em !important;
}

.unifaun-checkout-option-agent-info-onoff-link{
    font-size: 1.1em;
}

.unifaun-checkout-option0:not(.unifaun-checkout-multilevel0) .unifaun-checkout-option-sub-options, .unifaun-checkout-additional-fields:not(.unifaun-checkout-multilevel0) .unifaun-checkout-option-sub-options, .unifaun-checkout-top-addons:not(.unifaun-checkout-multilevel0) .unifaun-checkout-option-sub-options{
    padding-bottom: 0.2em;
}

/* Box Shadow */
.unifaun-checkout-option0 {
    box-shadow:none !important;
}

/* Style added by Niklas */
/* .udc-wrapper {
    border-style: solid;
    border-color: rgb(230, 230, 230);
    border-width: 1px;
    border-radius: 6px;
    background-color: white;
    padding: 16px 16px 0px;
	margin-bottom: 20px;
} */

.udc-header-title h3 {
    display: inline-block;
    color: rgb(0, 0, 0);
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    font-variation-settings: "wght" 500;
	margin-bottom: 14px;
}
.udc-header {
    display: grid;
    width: 100%;
    transition: all 0.3s ease 0s;
    grid-template-columns: auto 104px;
    gap: 12px;
	margin-bottom: 14px;
}
.udc-postalcode {
    transition: all 0.2s ease 0s;
    appearance: none;
    background-color: transparent;
    padding: 26px 16px 10px;
    border: 1px solid rgb(214, 214, 214);
    border-radius: 2px;
    height: 100%;
    width: 100%;
    outline: none;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    font-variation-settings: "wght" 400;
}
.udc-postalcode-loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    width: 25px;
    height: 25px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
.unifaun-checkout-option0 {
    border-top: 1px solid rgb(230, 230, 230);
}


/* Style from Unifaun - can be changed */
.unifaun-checkout-option-suffix-icon img {
    max-height: 30px;
}
button.udc-postalcode-submit {
    background-color: #eeeeee;
}

.unifaun-checkout-narrow .unifaun-checkout-option-header0 .unifaun-checkout-option-title, 
.unifaun-checkout-narrow .unifaun-checkout-option-header0 .unifaun-checkout-additional-fields-title, 
.unifaun-checkout-narrow .unifaun-checkout-option-header0 .unifaun-checkout-top-addons-title, 
.unifaun-checkout-narrow .unifaun-checkout-option-header0 .unifaun-checkout-option-price {
    font-size: 15px;
}
label.unifaun-checkout-option-title,
.unifaun-checkout-option-price {
    display: inline-block;
}
.unifaun-checkout-option0:not(.unifaun-checkout-multilevel0).unifaun-checkout-selected0, .unifaun-checkout-additional-fields:not(.unifaun-checkout-multilevel0).unifaun-checkout-selected0, .unifaun-checkout-top-addons:not(.unifaun-checkout-multilevel0).unifaun-checkout-selected0 {
    background: transparent;
}
.unifaun-checkout-narrow br {
    display: none;
}
.unifaun-checkout-map-info {
    display: none;
}

.udc-text-above-input-field,
.udc-text-below-input-field {
    margin: 0 0 10px;
}