.sebsc-wrapper {
    max-width: 800px;
    margin-top: 20px;
    background: #fff;
    padding: 25px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border-radius: 10px;
}

.sebsc-wrapper h1 {
    margin-bottom: 20px;
}

.sebsc-form {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.sebsc-form input[type=text] {
    flex: 1;
    padding: 8px 12px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.sebsc-form .button-primary {
    padding: 8px 20px;
}

.sebsc-results table, .sebsc-history-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.sebsc-results table th, .sebsc-results table td, 
.sebsc-history-table th, .sebsc-history-table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.sebsc-results table th, .sebsc-history-table th {
    background-color: #f7f7f7;
}

.indexed {
    color: green;
}

.banned {
    color: red;
}
