/* JUS Storno – Frontend Styles */

.jus-storno-wrap {
    max-width: 560px;
    font-family: inherit;
    margin: 0 auto;
}

.jus-storno-wrap h3 {
    font-size: 1.3rem;
    margin-bottom: 16px;
    color: #1a5276;
}

.jus-storno-details {
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 16px 20px;
    margin-bottom: 20px;
}

.jus-storno-details table {
    width: 100%;
    border-collapse: collapse;
}

.jus-storno-details th {
    text-align: left;
    font-weight: 600;
    padding: 6px 12px 6px 0;
    width: 140px;
    color: #555;
    font-size: 0.9rem;
}

.jus-storno-details td {
    padding: 6px 0;
    font-size: 0.9rem;
}

.jus-storno-warning {
    color: #7d3c09;
    background: #fef9e7;
    border: 1px solid #f9e4b0;
    border-radius: 4px;
    padding: 10px 14px;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.jus-storno-btn {
    background: #c0392b;
    color: #fff;
    border: none;
    padding: 10px 24px;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s;
}

.jus-storno-btn:hover    { background: #a93226; }
.jus-storno-btn:disabled { background: #aaa; cursor: not-allowed; }

.jus-storno-success p {
    background: #eafaf1;
    border: 1px solid #a9dfbf;
    border-radius: 4px;
    padding: 16px;
    color: #196f3d;
    font-size: 1rem;
}

.jus-storno-error {
    background: #fadbd8;
    border: 1px solid #f1948a;
    border-radius: 4px;
    padding: 14px;
    color: #922b21;
    font-size: 0.9rem;
}

.jus-storno-result {
    color: #c0392b;
    margin-top: 10px;
    font-size: 0.9rem;
}
