.tppl-label-img {
max-width: 25px;
display: inline-block;
margin-right: 5px;
position: relative;
bottom: -6px;
} .tpppl-block-parcelshops {
--gap: 12px; display: flex;
flex-wrap: wrap;
align-items: stretch;
gap: var(--gap);
} .tpppl-block-parcelshops .wc-block-components-text-input {
box-sizing: border-box;
width: auto; } .tpppl-block-parcelshops .wc-block-components-text-input.tppl-message {
flex: 0 0 100%;
width: 100%;
margin-top: 0;
} .tpppl-block-parcelshops .wc-block-components-text-input.tppl-data { width: calc(100% - 165px - var(--gap));
flex: 0 0 calc(100% - 165px - var(--gap));
min-width: 0; margin-top: 0;
} #tppl-open-popup-widget {
flex: 0 0 165px;
width: 165px;
} .tpppl-block-parcelshops input[type="text"],
#tppl-open-popup-widget {
box-sizing: border-box;
height: 50px;
line-height: 1.1em; padding: 0 12px; margin-top: 0;
} .tpppl-block-parcelshops .wc-block-components-text-input {
min-height: 25px;
} #tppl-open-popup-widget {
font-size: 16px;
cursor: pointer;
text-align: center;
} .wc-block-components-checkout-step__container #tppl-open-popup-widget {
color: white;
background: #004b93;
border: none;
} .wc-block-components-checkout-step__container #tppl-open-popup-widget:hover {
background: #3a6db4;
}