#postnl-fastcheckout-button {
    width: 100%;
    min-width: 145px;
    min-height: 35px;
    max-height: 60px;
    border: 1px solid #F56900;
    margin: 0;
    background-color: #F56900;
    cursor: pointer;
    outline: none;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-shrink: 0;
    justify-content: center;
    transition: background-color 0.2s ease;
    opacity: 1;
    border-radius: 4px;
    position: relative;
    font-size: 12px;
    color: #ffffff;
    padding: 5px 10px;
}

#postnl-fastcheckout-button:focus #postnl-fastcheckout-button__outline {
    position: absolute;
    inset: -4px;
    border-radius: 4px;
    border: 2px solid #000000;
}

#postnl-fastcheckout-button__logo path {
    color: white;
}

#postnl-fastcheckout-button__text {
    width: 100%;
    font-family: 'PostNL-Bold', Helvetica, Arial, sans-serif;
    font-weight: 500;
    opacity: 1;
    transition: color 0.2s ease;
    text-rendering: geometricPrecision;
}

#postnl-fastcheckout-button__text span {
    display: inline;
    vertical-align: middle;
}

#postnl-logo {
    vertical-align: middle;
}

#postnl-logo path {
    fill: #ffffff;
}

#postnl-fastcheckout-button__second-text {
    padding-top: 0;
    padding-left: 5px;
}

#postnl-fastcheckout-button:hover,
#postnl-fastcheckout-button:focus {
    background-color: #ed7000;
    border-color: #ed7000;
}

/* INVERTED STYLE */

.is-style-inverted #postnl-fastcheckout-button {
    background-color: #ffffff;
    color: #27324c;
    border-color: #d4d9e3;
}

.is-style-inverted #postnl-fastcheckout-button:focus #postnl-fastcheckout-button__outline {
    position: absolute;
    inset: -4px;
    border-radius: 4px;
    border: none;
}

.is-style-inverted #postnl-fastcheckout-button__logo {
    fill: #F56900;
}

.is-style-inverted #postnl-fastcheckout-button #postnl-logo path {
    fill: #F56900;
    transition: fill 0.2s ease;
}

.is-style-inverted #postnl-fastcheckout-button:hover,
.is-style-inverted #postnl-fastcheckout-button:focus {
    background-color: #ed7000;
    border-color: #ed7000;
    color: #ffffff;
}

.is-style-inverted #postnl-fastcheckout-button:hover #postnl-logo path,
.is-style-inverted #postnl-fastcheckout-button:focus #postnl-logo path {
    fill: #ffffff;
}

.button--postnl-container .link {
    text-decoration: none !important;
}
