.wpbay-report-wrapper {
    margin-top: 12px;
}
.wpbay-report-link {
    color: #0073aa;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    margin-top: 8px;
}
.wpbay-report-link:hover {
    text-decoration: underline;
    color: #005177;
}
#wpbay-report-box {
    margin-top: 14px;
    padding: 14px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    text-align: left;
}
#wpbay-report-product-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#wpbay-report-product-form select,
#wpbay-report-product-form textarea,
#wpbay-report-product-form input[type="email"] {
    width: 100%;
    border: 1px solid #d1d5db;
    background: white;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    box-sizing: border-box;
}
#wpbay-report-product-form textarea {
    resize: vertical;
    min-height: 100px;
}
.wpbay-report-submit {
    background: #0073aa;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 14px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}
.wpbay-report-submit:hover {
    background: #005177;
}
#wpbay-report-response {
    margin-top: 10px;
    font-size: 13px;
}
#wpbay-report-box {
    display: none;
}
#wpbay-report-box.active {
    display: block;
}
.wpbay-report-link {
    background: none;
    border: none;
    padding: 0;
    margin-top: 8px;
    color: #0073aa;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    font-family: inherit;
}
.wpbay-report-link:hover {
    color: #005177;
    text-decoration: underline;
}
.wpbay-report-box-hidden {
    display: none;
}
.wpbay-report-box-visible {
    display: block;
    margin-top: 12px;
}
#wpbay-report-box {
    display: none;
}
#wpbay-report-box.wpbay-report-box-visible {
    display: block;
}
.wpbay-report-success {
    color: #15803d;
    font-size: 13px;
    margin-top: 10px;
}
.wpbay-report-error {
    color: #dc2626;
    font-size: 13px;
    margin-top: 10px;
}
