.mizzox-invoice-info {
    margin-top: 2em;
    border-top: 1px solid #e0e0e0;
    padding-top: 1.5em;
}

.mizzox-invoice-panel {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.5em;
    margin-top: 1em;
}

.mizzox-status {
    background: #fff;
    padding: 1em;
    border-radius: 6px;
    border-left: 4px solid #ccc;
    margin-bottom: 1em;
}

.mizzox-status-issued {
    border-left-color: #46b450;
    background: #f0f9f0;
}

.mizzox-status-created {
    border-left-color: #ffb900;
    background: #fff9e6;
}

.mizzox-status-creating {
    border-left-color: #00a0d2;
    background: #e6f7ff;
}

.mizzox-status-error {
    border-left-color: #dc3232;
    background: #ffeaea;
}

.mizzox-status-pending {
    border-left-color: #999;
    background: #f5f5f5;
}

.mizzox-status-expired {
    border-left-color: #ff8c00;
    background: #fff3e0;
}

.mizzox-status-generating {
    border-left-color: #00a0d2;
    background: #e6f7ff;
}

.mizzox-icon {
    font-size: 1.2em;
    margin-right: 0.5em;
    vertical-align: middle;
}

.mizzox-invoice-data-section,
.mizzox-invoice-id-section,
.mizzox-pdf-download-section {
    margin-top: 1.5em;
    padding-top: 1em;
    border-top: 1px solid #e0e0e0;
}

.mizzox-invoice-data-section h4 {
    margin: 0 0 0.8em 0;
    color: #333;
    font-size: 1.1em;
}

.mizzox-invoice-data p {
    margin: 0.5em 0;
    color: #666;
}

.mizzox-download-btn {
    display: inline-block;
    background: #0073aa;
    color: white !important;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.mizzox-download-btn:hover {
    background: #005a87;
    color: white !important;
}

.mizzox-download-btn:focus {
    outline: 2px solid #005a87;
    outline-offset: 2px;
}

.mizzox-expiry-note {
    margin-top: 0.8em;
    color: #666;
}

.mizzox-invoice-id-section code {
    background: #f0f0f0;
    padding: 4px 8px;
    border-radius: 4px;
    font-family: monospace;
    font-size: 0.9em;
}

.mizzox-pdf-message-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 6px;
    border-left: 4px solid #00a0d2;
    background: #e6f7ff;
    margin-top: 10px;
}

.mizzox-pdf-message-box .mizzox-message-icon {
    font-size: 1.4em;
    flex-shrink: 0;
}

.mizzox-pdf-message-box .mizzox-message-text {
    color: #0073aa;
    font-size: 0.95em;
}

@media (max-width: 768px) {
    .mizzox-invoice-panel {
        padding: 1em;
    }
    
    .mizzox-status {
        padding: 0.8em;
    }
    
    .mizzox-download-btn {
        display: block;
        text-align: center;
        margin: 1em 0;
    }
    
    .mizzox-invoice-data-section,
    .mizzox-pdf-download-section {
        margin-top: 1em;
        padding-top: 0.8em;
    }
}

@media (max-width: 480px) {
    .mizzox-invoice-info {
        margin-top: 1.5em;
        padding-top: 1em;
    }
    
    .mizzox-invoice-panel {
        padding: 0.8em;
        margin-top: 0.8em;
    }
    
    .mizzox-status {
        padding: 0.7em;
        font-size: 0.9em;
    }
    
    .mizzox-icon {
        font-size: 1em;
    }
}
