.gtaw-portal-wrap {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
}
.gtaw-form, .gtaw-login-form {
    margin-bottom: 20px;
}
.gtaw-client-list {
    list-style: none;
    padding: 0;
}
.gtaw-client-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 5px;
}
.gtaw-client-link {
    flex: 1;
}
.gtaw-delete-btn {
    background: #f44336;
    color: white;
}
.gtaw-client-email {
    color: #666;
}
.gtaw-flow .gtaw-step {
    margin-bottom: 15px;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.gtaw-completed {
    background: #e8f5e9 !important;
}
.gtaw-skipped {
    background: #fff3e0 !important;
}
.gtaw-note-area {
    margin: 12px 0 8px;
    font-size: 0.95em;
}
.gtaw-note-display {
    background: #f8f9fa;
    padding: 10px 12px;
    border-left: 3px solid #6c757d;
    margin-bottom: 6px;
    white-space: pre-wrap;
}
.gtaw-add-note-link,
.gtaw-edit-note-link {
    color: #0073aa;
    text-decoration: none;
    font-size: 0.9em;
}
.gtaw-add-note-link:hover,
.gtaw-edit-note-link:hover {
    text-decoration: underline;
}
.gtaw-note-editor {
    margin-top: 8px;
}
.gtaw-note-textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.gtaw-delete-note {
    color: #dc3232;
    margin-left: 12px;
    font-size: 0.9em;
    text-decoration: none;
}
.gtaw-delete-note:hover {
    text-decoration: underline;
    color: #b32d2e;
}
.gtaw-note-msg {
    display: inline-block;
    color: #555;
    font-style: italic;
    font-size: 0.9em;
    margin-bottom: 6px;
}