/* psychexpert-pdf.css – PDF-Aktions-Widget */

/* ── Container ─────────────────────────────────────────────────────────── */
.psychexpert-pdf-actions {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

/* ── Select ─────────────────────────────────────────────────────────────── */
.psychexpert-pdf-select {
    min-width: 200px;
    height: 30px;
    padding: 0 6px;
    font-size: 13px;
    line-height: 2;
    border: 1px solid #8c8f94;
    border-radius: 3px;
    background: #fff;
    color: #2c3338;
    box-sizing: border-box;
    vertical-align: middle;
}

.psychexpert-pdf-select:focus {
    outline: 2px solid #2271b1;
    outline-offset: 0;
    border-color: #2271b1;
}

/* ── Buttons ─────────────────────────────────────────────────────────────── */
.psychexpert-pdf-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    height: 30px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 2.15384615;
    border: 1px solid #8c8f94;
    border-radius: 3px;
    background: #f6f7f7;
    color: #2c3338;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
    vertical-align: middle;
    transition: border-color 0.1s ease, background 0.1s ease;
}

.psychexpert-pdf-btn:hover:not(:disabled) {
    background: #f0f0f1;
    border-color: #646970;
    color: #1d2327;
}

.psychexpert-pdf-btn:focus:not(:disabled) {
    outline: 2px solid #2271b1;
    outline-offset: 0;
    border-color: #2271b1;
}

.psychexpert-pdf-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

/* Ladestate – CSS-only Spinner */
.psychexpert-pdf-btn.is-loading {
    pointer-events: none;
    opacity: 0.75;
}

.psychexpert-pdf-btn.is-loading::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #8c8f94;
    border-top-color: #2271b1;
    border-radius: 50%;
    animation: psychexpert-pdf-spin 0.7s linear infinite;
    flex-shrink: 0;
}

@keyframes psychexpert-pdf-spin {
    to { transform: rotate(360deg); }
}

/* ── Feedback ────────────────────────────────────────────────────────────── */
.psychexpert-pdf-feedback {
    display: block;
    width: 100%;
    margin-top: 4px;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 3px;
    animation: psychexpert-pdf-fadeout 4s forwards;
}

.psychexpert-pdf-feedback--success {
    background: #edfaef;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.psychexpert-pdf-feedback--error {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

@keyframes psychexpert-pdf-fadeout {
    0%   { opacity: 1; }
    75%  { opacity: 1; }
    100% { opacity: 0; pointer-events: none; }
}

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 767px) {
    .psychexpert-pdf-actions {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .psychexpert-pdf-select,
    .psychexpert-pdf-btn {
        width: 100%;
        min-width: 0;
    }
}

/* --- Kunden-PDF-Badge (myRange-Bestell�bersicht) --- */
.psychexpert-pdf-customer-badge {
    display: inline-block;
    margin-top: 6px;
}

.psychexpert-pdf-customer-download {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    background: #f0f7ff;
    border: 1px solid #b3d4f5;
    border-radius: 4px;
    color: #1c6ea4;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.15s, border-color 0.15s;
}

.psychexpert-pdf-customer-download:hover {
    background: #dceeff;
    border-color: #1c6ea4;
    color: #0d4f7c;
    text-decoration: none;
}

/* Overlay-Modal (invoice_not_finalized / no_template) */
.edelweiss-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
}

.edelweiss-modal-overlay--visible {
    display: flex;
}

.edelweiss-modal-box {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    text-align: center;
}

.edelweiss-modal-message {
    font-size: 14px;
    color: #1d2327;
    margin: 0 0 20px;
    line-height: 1.5;
}

.edelweiss-modal-close {
    display: inline-block;
    padding: 6px 18px;
    font-size: 13px;
    border-radius: 4px;
    border: 1px solid #c3c4c7;
    background: #f6f7f7;
    color: #1d2327;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
}

.edelweiss-modal-close:hover {
    background: #e8e8e8;
    border-color: #a7aaad;
}

/* -------------------------------------------------------------------------
   PDF-Aktions-Widget: Badge-Buttons
   ------------------------------------------------------------------------- */
.psychexpert-pdf-actions {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
}

.psychexpert-pdf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 7px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    border-radius: 12px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
    white-space: nowrap;
    text-decoration: none;
}

/* PDF-Icon im Download-Button */
.psychexpert-pdf-btn__icon {
    display: block;
    width: auto;
    height: 16px;
    object-fit: contain;
    flex-shrink: 0;
}

/* Senden-Symbol im E-Mail-Button */
.psychexpert-pdf-btn__send-icon {
    font-size: 16px;
    line-height: 1;
    display: block;
}

.psychexpert-pdf-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.psychexpert-pdf-btn--download {
    background: #3d3d3d;
    border-color: #2a2a2a;
    color: #ffffff;
}

.psychexpert-pdf-btn--download:hover:not(:disabled) {
    background: #5a5a5a;
    border-color: #444444;
    color: #ffffff;
}

.psychexpert-pdf-btn--email {
    background: #3d3d3d;
    border-color: #2a2a2a;
    color: #ffffff;
}

.psychexpert-pdf-btn--email:hover:not(:disabled) {
    background: #5a5a5a;
    border-color: #444444;
    color: #ffffff;
}

.psychexpert-pdf-feedback {
    display: block;
    font-size: 11px;
    margin-top: 4px;
}

.psychexpert-pdf-feedback--error {
    color: #c0392b;
}

.psychexpert-pdf-feedback--success {
    color: #1a6b3a;
}
