.brandprot-verification-wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
}

.brandprot-result {
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
}

.brandprot-result.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.brandprot-result.warning {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
}

.brandprot-result.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.brandprot-form-group {
    margin-bottom: 15px;
}

.brandprot-form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.brandprot-form-group input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.brandprot-button {
    background: #0073aa;
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    width: 100%;
    transition: background 0.3s;
}

.brandprot-button:hover {
    background: #005177;
}

.brandprot-product-info {
    margin-top: 10px;
    font-size: 0.9em;
    color: #555;
    font-weight: normal;
}

.brandprot-timestamp {
    margin-top: 5px;
    font-size: 0.85em;
    color: #777;
    font-weight: normal;
    font-style: italic;
}