.eafl-admin-modal-text {
    max-width: 400px;

    .eafl-admin-modal-header {
        h2 {
            display: flex;
            align-items: center;

            button {
                margin-right: 5px;
            }
        }
    }

    .eafl-admin-modal-content {
        label {
            display: block;
            font-weight: bold;
            margin-bottom: 2px;
            font-size: 14px;
        }
        
        input {
            width: 100%;
            line-height: 2;
            min-height: 30px;
            border-radius: 4px;
            border-color: hsl(0,0%,80%);
            padding: 10px;
        }
    }
}
