.ahm-settings-wrap {
    max-width: 1200px;
}

.ahm-section {
    background: #fff;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    margin: 25px 0;
    padding: 20px;
}

.ahm-section h2 {
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.ahm-user-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    padding: 10px;
    background: #f6f7f7;
    border-radius: 4px;
}

.ahm-user-select {
    min-width: 300px;
}

.ahm-user-duration-input {
    width: 100px !important;
}

.ahm-remove-user {
    color: #b32d2e;
}

.ahm-remove-user:hover {
    color: #dc3232;
    border-color: #dc3232;
}

#ahm-add-user {
    margin-top: 10px;
}

#ahm-user-durations {
    margin-bottom: 15px;
}

.ahm-section .description {
    color: #646970;
    font-style: italic;
}

.form-table th {
    font-weight: 600;
}

template {
    display: none;
}