.sst-container {
    max-width: 400px;
    margin: 20px auto;
    padding: 24px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    font-family: sans-serif;
    background: #fafafa;
}

.sst-button {
    padding: 12px 32px;
    font-size: 16px;
    background: #2271b1;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.sst-button:disabled {
    background: #999;
    cursor: not-allowed;
}

.sst-results {
    margin-top: 20px;
}

.sst-result-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 4px;
    border-bottom: 1px solid #e0e0e0;
}

.sst-result-row:last-child {
    border-bottom: none;
}

.sst-label {
    color: #555;
    font-size: 14px;
    margin-bottom: 6px;
}

.sst-label small {
    display: block;
    font-size: 11px;
    color: #999;
    font-weight: normal;
    margin-top: 2px;
}

.sst-value {
    font-weight: bold;
    color: #2271b1;
    font-size: 36px;
    line-height: 1.2;
}

.sst-status {
    margin-top: 12px;
    font-size: 13px;
    color: #777;
    min-height: 18px;
}
