.ewt-support-login,
.ewt-support-search,
.ewt-support-results,
.ewt-support-no-results {
    margin: 20px 0;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.ewt-support-topic {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.ewt-support-error {
    background: #ffe5e5;
    color: #900;
    padding: 10px;
    margin-bottom: 12px;
}

.ewt-support-details summary {
    cursor: pointer;
    font-weight: 600;
}

.ewt-support-close-answer {
    margin-top: 8px;
    background: #C4FF47;
    border: 2px solid #000;
    color: #000;
    padding: 8px 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ewt-support-close-answer:hover {
    background: #b2f03c;
    border-color: #000;
}

.ewt-support-close-answer:active {
    transform: translateY(1px);
}