.pay-method-help-text {
    margin-top: 10px;
    margin-left: 20px;
    white-space: pre-line;
    line-height: 1.5;
    text-align: left;
    font-size: 12px;
    color: #512772;
}
.pay-method-help-text:not(.always-visible) {
    display: none;
}
.pay-method-help-text.always-visible {
    display: block;
}

.summary-table {
    font-size: 13px;
    word-break: keep-all;
    width: 100%;
}

.summary-table tr:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.summary-table th {
    padding-left: 10px;
    min-width: 90px;
}

.summary-table td {
    padding: 10px;
}

.discount-input-title {
    font-size: 9pt;
    margin-bottom: 5px;
}

.discount-input-container {
    display: flex;
    gap: 10px;
}

.discount-input-container button {
    width: 42px;
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 4px;
    line-height: 30px;
    font-size: 12px;
    word-break: keep-all;
}

.search-result {
    font-size: 13px;
}

.search-result > div {
    display: flex;
    gap: 10px;
}

.searched-name {
    flex: 1;
}

.searched-address {
    width: 100%;
    margin-top: 10px;
}

.searched-wrapper,
.searched-wrapper2 {
    overflow: auto;
    width: 100%;
    font-size: 13px;
}

.searched-wrapper2 {
    display: none;
}

.searched-wrapper3 {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
    height: 32px;
}

.from-searched-name,
.to-searched-name {
    display: none;
    height: 32px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    width: 100%;
    padding: 6px 12px;
    color: rgb(85, 85, 85, 1) !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #555;
    flex: 1;
}

.from-searched-address,
.to-searched-address {
    float: none;
    overflow: auto;
    display: none;
    height: 32px;
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 6px 12px;
    color: rgb(85, 85, 85, 1) !important;
    -webkit-text-fill-color: #555;
    opacity: 1 !important;
}

.from-searched-name:disabled,
.to-searched-name:disabled,
.from-searched-address:disabled,
.to-searched-address:disabled {
    color: rgb(85, 85, 85, 1) !important;
    -webkit-text-fill-color: #555;
    opacity: 1 !important;
}

.btn-re-search {
    height: 32px;
    box-sizing: border-box;
    border-radius: 4px;
    line-height: 30px;
    cursor: pointer;
    display: none;
    border: 1px solid #cccccc;
    font-size: 12px;
}

.discount-offers {
    border: 1.5px solid #FC944F;
    border-radius: 8px;
    background-color: #FBE5D6;
    padding: 10px;
    font-size: 12px;
    word-break: keep-all;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.discount-offer-name {
    color: #FC944F;
    font-weight: bold;
    font-size: 13px;
}
.discount-offer-description {
    font-weight: bold;
    font-size: 13px;
}
.discount-offer-additional-info {
    color: #666;
}
.radio-wrapper .checkmark {
    top: 6px;
}