.wfsn-bugtracker-form-wrapper {
    width: 100%;
}

.wfsn-form-group {
    margin-bottom: 20px;
}

.wfsn-form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}


.wfsn-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.wfsn-loading {
    color: #666;
    font-style: italic;
}

/* Animationen für die dynamischen Felder */
.wfsn-form-group {
    transition: opacity 0.3s ease, max-height 0.3s ease;
}

.wfsn-checkbox-container {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
    font-weight: normal !important;
    line-height: 1.5;
}

.wfsn-checkbox-container input[type="checkbox"] {
    width: auto !important;
    margin: 0;
    margin-top: 2px;
}

.wfsn-info-details[open] summary {
    margin-bottom: 8px;
}

.wfsn-info-content {
    margin-top: 8px;
    padding: var(--padding-small);
    font-size: 12px;
    line-height: 1.4;
    background: var(--highlight-white-15);
    border-radius: var(--border-radius-small);
}

.wfsn-info-content ul {
    color: var(--highlight-white-80);
}

.wfsn-github-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.75rem;
    padding: 0.5rem 0.75rem;
    background: var(--highlight-white-80);
    border-radius: var(--border-radius-small);
    text-decoration: none!important;
    font-size: 0.9rem;
    font-weight: 600;
    transition: background 0.3s ease;
}

.wfsn-github-link:hover {
    background: var(--highlight-white-40);
}

/* Ticket-ID Styling */
.wfsn-ticket-id {
    font-family: 'Courier New', monospace;
    font-weight: bold;
    color: var(--wfsn-primary);
    background: var(--highlight-white-15);
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 0.9em;
}
