.tct-page-content.container { margin-top: 160px; padding: 2rem 0; }
body.admin-bar .tct-page-content.container { margin-top: 192px; }
.tct-form { max-width: 680px; margin: 2rem auto; }
.tct-form__row { display: flex; gap: 1rem; }
.tct-form__row--2col > * { flex: 1; }
.tct-form__group { margin-bottom: 1.25rem; display: flex; flex-direction: column; gap: 0.35rem; }
.tct-form__group label { font-weight: 600; font-size: 0.95rem; }
.tct-form__group input,
.tct-form__group textarea,
.tct-form__group select { border: 1px solid #ccc; border-radius: 4px; padding: 0.65rem 0.85rem; font-size: 1rem; width: 100%; font-family: inherit; }
.tct-form__group input:focus,
.tct-form__group textarea:focus { outline: none; border-color: var(--tct-primary); box-shadow: 0 0 0 3px rgba(0,48,135,0.12); }
.tct-form__actions { margin-top: 1.5rem; }
.tct-optional { font-weight: 400; color: #888; font-size: 0.85rem; }
.tct-form__success { background: #d1e7dd; color: #0a3622; padding: 0.75rem 1rem; border-radius: 6px; margin-bottom: 1rem; }
.tct-form__error   { background: #f8d7da; color: #842029; padding: 0.75rem 1rem; border-radius: 6px; margin-bottom: 1rem; }
@media (max-width: 600px) { .tct-form__row--2col { flex-direction: column; } }
