.hp-flyin-form {
    display: grid;
    gap: 12px;
    max-width: 520px;
}

.hp-flyin-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hp-flyin-field span {
    font-weight: 600;
}

.hp-flyin-field-hint {
    font-size: 0.85em;
    color: #666;
}

.hp-flyin-char-counter {
    font-weight: 600;
}

.hp-flyin-field input,
.hp-flyin-field select,
.hp-flyin-field textarea {
    padding: 8px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    font: inherit;
}

.hp-flyin-button {
    background: #0a6cf5;
    color: #fff;
    border: none;
    padding: 10px 14px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.hp-flyin-button--secondary {
    background: #444;
}

.hp-flyin-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.hp-flyin-message {
    min-height: 18px;
    font-weight: 600;
}

.hp-flyin-message--error {
    color: #b00020;
}

.hp-flyin-message--success {
    color: #0a7d0a;
}

.hp-flyin-note {
    margin: 8px 0;
    color: #666;
}

.hp-flyin-lock-note {
    font-size: 12px;
    color: #b00020;
    margin-left: 6px;
}

.hp-flyin-organiser-panel {
    display: grid;
    gap: 16px;
}

.hp-flyin-organiser-sections {
    display: grid;
    gap: 16px;
}

.hp-flyin-card {
    padding: 14px;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    background: #fff;
}

.hp-flyin-table-wrapper {
    overflow-x: auto;
}

.hp-flyin-table {
    width: 100%;
    border-collapse: collapse;
}

.hp-flyin-table th,
.hp-flyin-table td {
    border: 1px solid #e2e2e2;
    padding: 8px;
    text-align: left;
}

.hp-flyin-slots-table-wrapper {
    margin-bottom: 20px;
    overflow-x: auto;
}

.hp-flyin-slots-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9em;
}

.hp-flyin-slots-table th,
.hp-flyin-slots-table td {
    border: 1px solid #e2e2e2;
    padding: 6px 10px;
    text-align: left;
}

.hp-flyin-slots-table th {
    background: #f9f9f9;
}

.hp-flyin-slot-full {
    color: #b00020;
    font-weight: bold;
}

.hp-flyin-status-cancelled {
    background: #ffebee;
    color: #c62828;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.85em;
    display: inline-block;
    margin-left: 5px;
}

.hp-flyin-cancelled-row td {
    opacity: 0.6;
    background: #fafafa;
}

.hp-flyin-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hp-flyin-intro {
    margin: 0 0 10px;
    overflow-wrap: anywhere;
}

.hp-flyin-intro p {
    display: block;
    margin: 0 0 10px;
}

.hp-flyin-intro p:last-child {
    margin-bottom: 0;
}

.hp-flyin-instructions {
    margin: 0 0 10px;
    overflow-wrap: anywhere;
}

.hp-flyin-instructions p {
    display: block;
    margin: 0 0 10px;
}

.hp-flyin-instructions p:last-child {
    margin-bottom: 0;
}

.hp-flyin-list {
    list-style: disc;
    padding-left: 20px;
}

.hp-flyin-lock {
    margin-left: 6px;
    font-size: 0.9em;
    vertical-align: middle;
}

.hp-flyin-highlight-box {
    background: #fff8e1;
    border: 1px solid #ffc107;
    padding: 12px;
    border-radius: 4px;
    margin: 8px 0;
}

.hp-flyin-highlight-box .hp-flyin-checkbox span {
    font-weight: 700;
    font-size: 1.1em;
}

.hp-flyin-warning-text {
    color: #b00020;
    font-size: 0.85em;
    margin: 4px 0 0 24px;
    font-style: italic;
}

.hp-flyin-button--danger {
    background: #dc3545;
}

.hp-flyin-cancellation-wrapper {
    max-width: 520px;
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.hp-flyin-error {
    color: #dc3545;
    padding: 10px;
    background: #f8d7da;
    border-radius: 4px;
    margin-bottom: 10px;
}

.hp-flyin-success {
    color: #28a745;
    padding: 10px;
    background: #d4edda;
    border-radius: 4px;
    margin-bottom: 10px;
}
