/* E-Iroda v1.6 client activation */
.portal-create-panel {
    border-left: 4px solid #0f766e;
}

.checkbox-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

.checkbox-row input {
    width: auto;
}

.portal-status-panel {
    margin-top: 20px;
}

.portal-state-active {
    background: #dcfce7;
    color: #166534;
}

.portal-state-pending {
    background: #fef3c7;
    color: #92400e;
}

.portal-state-expired,
.portal-state-disabled {
    background: #fee2e2;
    color: #991b1b;
}

.portal-state-not_created {
    background: #e5e7eb;
    color: #374151;
}

.activation-link-box {
    margin: 18px 0;
    padding: 16px;
    border-radius: 12px;
    background: #f0fdfa;
}

.portal-create-form {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 12px;
    align-items: end;
    width: 100%;
}

.activation-shell {
    min-height: 70vh;
}

@media (max-width: 800px) {
    .portal-create-form {
        grid-template-columns: 1fr;
    }
}
