/* Elállási nyilatkozat – vásárlói felület */

.withdrawal_container .withdrawal-info {
    background: #f7f7f7;
    border-radius: 6px;
    padding: 25px 25px 10px;
}

.withdrawal_container .withdrawal-info-title {
    font-size: 22px;
    margin-bottom: 15px;
}

.withdrawal_container .withdrawal_box {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 30px;
}

.withdrawal_container .section-field {
    margin-bottom: 18px;
}

.withdrawal_container .section-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.withdrawal_container .wd-required {
    color: #c0392b;
}

.withdrawal_container .wd-help {
    display: block;
    color: #888;
    font-size: 12px;
    margin-top: 4px;
}

.withdrawal_container label.error {
    color: #c0392b;
    font-weight: 400;
    font-size: 13px;
    margin-top: 4px;
}

/* Partner-azonosítás visszajelző doboza
   A téma a .section-field elemeket floatolja, ezért ennek a doboznak is
   floatolnia kell és törnie a floatot – különben a háttere a fölötte lévő
   mezők mögé csúszik és az egész űrlaprészt beszínezi. */
.withdrawal_container .wd-partner-box {
    float: left;
    clear: both;
    width: 100%;
    border-radius: 6px;
    padding: 14px 16px;
    margin: 2px 0 18px;
    font-size: 14px;
    line-height: 1.5;
    border-left: 4px solid transparent;
}

.withdrawal_container .wd-partner-box.wd-partner-found {
    background: #f2fbf6;
    border-left-color: #27ae60;
    color: #1e6b42;
}

.withdrawal_container .wd-partner-box.wd-partner-missing {
    background: #fdf6ec;
    border-left-color: #e67e22;
    color: #8a5115;
}

.withdrawal_container .wd-partner-address {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed rgba(0, 0, 0, .15);
}

.withdrawal_container .wd-partner-address-value {
    margin-top: 5px;
    line-height: 1.6;
}

/* Elállás állapota (vásárlói nézet) */
.withdrawal_container .wd-status-box {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 30px;
}

.withdrawal_container .wd-status-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.withdrawal_container .wd-status-head h2 {
    margin: 0;
}

.withdrawal_container .wd-status-badge {
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    padding: 4px 12px;
    font-size: 13px;
    white-space: nowrap;
}

.withdrawal_container .wd-status-received {
    background: #e67e22;
}

.withdrawal_container .wd-status-in_progress {
    background: #2980b9;
}

.withdrawal_container .wd-status-closed {
    background: #27ae60;
}

.withdrawal_container .wd-status-table {
    width: 100%;
    margin-bottom: 20px;
}

.withdrawal_container .wd-status-table th,
.withdrawal_container .wd-status-table td {
    padding: 8px 10px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: top;
}

.withdrawal_container .wd-status-table th {
    width: 220px;
    text-align: left;
    font-weight: 600;
    color: #555;
}

.withdrawal_container .wd-status-subtitle {
    font-size: 18px;
    margin: 25px 0 15px;
}

.withdrawal_container .wd-log-entry {
    border-left: 3px solid #ccc;
    padding: 8px 0 8px 15px;
    margin-bottom: 12px;
}

.withdrawal_container .wd-log-entry.wd-log-customer_message {
    border-left-color: #2980b9;
}

.withdrawal_container .wd-log-entry.wd-log-message_to_customer {
    border-left-color: #27ae60;
}

.withdrawal_container .wd-log-meta {
    color: #888;
    font-size: 12px;
    margin-bottom: 4px;
}

.withdrawal_container .wd-empty {
    color: #888;
}

.withdrawal_container .wd-closed-info {
    background: #f4f4f4;
    border-radius: 6px;
    padding: 15px 18px;
    margin-top: 20px;
    color: #555;
}

/* Elállásaim a profilban */
.withdrawal-list-table {
    width: 100%;
}

.withdrawal-list-table th,
.withdrawal-list-table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

.withdrawal-list-table th {
    text-align: left;
    font-weight: 600;
    color: #555;
}

/* Sikeres beküldés */
.withdrawal_container .wd-success-box {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 35px;
    text-align: center;
}

.withdrawal_container .wd-success-box h2 {
    margin-bottom: 20px;
}

.withdrawal_container .wd-success-box .wd-partner-box {
    background: #eafaf1;
    border: 1px solid #27ae60;
    text-align: left;
    display: inline-block;
    margin: 15px 0;
}
